All Questions
11
questions
5
votes
1
answer
591
views
3D Chip Design using TikZ
I'm trying to reproduce a 3D design of a chip using TikZ in LaTeX. The design I'm aiming for resembles a multi-layered chip concept, similar to the image below (showing different components stacked on ...
0
votes
0
answers
29
views
The method of drawing 3D shapes that stack each other allows the shapes to be rotated without overlapping lines [duplicate]
I'm trying to draw adjacent cubes like this:
When I rotate the shape I just drew, it gets distorted due to the order of drawing the cubes. The lines of the later shapes overlap the earlier ones. Is ...
0
votes
1
answer
374
views
(A cube with labeled vertices) How to draw a cube with a letter written on each of the vertices, and the invisibible edges are marked as dotted lines
Please edit for suitable tags, if you know some related tag.
See the 3rd page of this paper by Bhargava.
There is a cube drawn there, which you can see in the image below (everything is black and ...
3
votes
1
answer
158
views
Creating a filled curved surface with TikZ
I'm trying to color the surface of a cylinder using an isometric perspective with TikZ. Is this something TikZ is capable of? What I've done is approximating the surface with two rectangles, which ...
4
votes
2
answers
223
views
Rotating a plane around its edge on TikZ
I'm trying to rotate the red plane in the right side around the its edge AB, the question is actually about rotating anything around a arbitrary path, I know the rotate around command and that I can ...
3
votes
2
answers
843
views
How to draw on a curved 3D surface?
I'm trying to reproduce in LaTeX this image, hand-drawn with Mathcha.
The thing is, I can't find anything online about how to draw on curved (smooth) 3d surfaces like this sphere.
Technically, the ...
5
votes
1
answer
347
views
Deforming/projecting text in TikZ(-cd) along a curved surface
This is a continuation of STeX Exchange 552946.
I've been trying to get some 3D effects on tikz-cd, and got an amazing answer by @ZhiyuanLck. The only remaining problem is getting text/arrows to be ...
3
votes
1
answer
538
views
Animating a 3d plane
I'm learning how to produce animations in LaTeX. After some trials with different pictures, I would like to animate the following picture and start from the answer that Marmot provided me in this ...
2
votes
1
answer
4k
views
Drawing a simple plane in 3D space
I'm trying to produce this simple 3d picture,
but, since it's the first time I draw a 3d pic, I'm not sure about how to get the plane passing through the line X. The following code shows a first ...
3
votes
2
answers
692
views
Draw the three cylindrical sections
I want to draw the three conic sections (circle, ellipse and rectangle) where the cylinder and cross sections are colored:
\documentclass{standalone}
\usepackage{tikz}
\usepackage{animate}
\...
8
votes
1
answer
2k
views
Draw the four conic sections
I want to draw the four conic sections (circumference, ellipse, parabola, and hyperbola) as shown in the picture:
MWE:
\documentclass{article}
\usepackage{pst-plot}
\usepackage{tikz}
\begin{...