Questions tagged [tikz-graphdrawing]
216 questions
12
votes
4 answers
How to Draw a Bloch Sphere?
Is there any good way of drawing a bloch sphere as shown below? In particular, I am looking for a transparent sphere.
I am aware there is a blochsphere package but it is opaque.
Sam Robbins
- 121
8
votes
3 answers
Drawing an isosceles trapezoid with perpendicular diagonals
I need to draw an isosceles trapezoid with perpendicular diagonals, but I am not sure where to start. Here is my code for a square with perpendicular diagonals (if it is even helpful).
\begin{tikzpicture}[scale=5.5]
\coordinate[label=left:$W$] …
M. C.
- 281
2
votes
1 answer
Putting grid behind the figure
Can someone please tell me how to put a grid [(-6,-6) to (6,6)] in the figure I drew using the following code. Also, if you notice the arrowheads near labels 'y1' and 'y2', those are really small so how can I increase their size.
The image attached…
Muzammil
- 105
1
vote
0 answers
Drawing two pieces of curves with Tikz package
Does anyone have a way to write a code in tikz package to obtain the graphics shown in the below image: (Where the two pieces of curves are arbitrary arcs.)
I try to mimic the code from How to shift a curve with TiKZ as…
Furdzik Zbignew
- 299
1
vote
1 answer
Drawing multiple overlapping components of a graph
I am new with tikzpicutre and related drawing utilities of Latex. I have tried very hard to figure out how to draw the graphs in the attached figure. I will be very thankful if someone can help me drawing this graph (using the same multi-color…
1
vote
1 answer
Drawing a Cylinder on a plane using tikz
I would like to draw a tilted cylinder on the plane \alpha. Can I draw this using latex tikz?
김기훈
- 23
1
vote
1 answer
How to plot the 5th roots of a complex number
I want to draw the roots of z^5=1-i.
I am totally novice to latex and really have no idea about drawing. Thanks for helping!
marstony
- 11
0
votes
2 answers
how to draw a circle like this and figures like this?
This is a handwritten note that I'm currently working on, can someone help me with the code in LaTeX
0
votes
0 answers
How to draw a positively skewed "normal" distribution
How to draw a positively skewed "normal" distribution, as shown above? I understand it's not even normal.
Ho Man-Ho
- 171
0
votes
1 answer
How can draw to the following code?
I have the following code
\documentclass[tikz,border=3mm]{standalone}
\usetikzlibrary{graphs}
\usetikzlibrary{graphs.standard}
\begin{document}
\begin{tikzpicture}
\begin{scope}[nodes={circle, draw,minimum size=1.8em}]
\graph[empty nodes] {
…
Alex
- 79
- 5
-2
votes
1 answer
How can I redraw this ellipsoid?
I am relatively new to LaTeX. I need to produce this ellipsoid (a general one). How can I go about it?
NanaPsych
- 21