Tagged Questions
3
votes
0answers
156 views
Drawing specific curves/planes [closed]
I want to submit a paper and the only thing that's left to do is to add some graphics. My deadline is on Wednesday/Thursday.
What I want to do is some basic curve/plane drawings. Here is an image:
...
12
votes
1answer
432 views
Drawing 3D crystal lattice with tikz/pstricks
I need to draw 3D lattice of DO3 type (Ni-Mn-Al, DO3) and more complex ones.
Both TiKZ and PSTricks packages draw following objects on top of previously drawn disregarding "real" 3D position. For ...
18
votes
2answers
2k views
Making a labeled Klein bottle using TikZ or pgfplots?
I'd like to be able to draw the following cell complex structure on the (three-dimensional embedding of the) Klein bottle using LaTeX. I am pretty pleased with my hand-drawn rendition, but LaTeX is ...
4
votes
0answers
189 views
Triangulated Toruses in Sketch [closed]
I want to be able to use sketch to generate an image like this:
I am able to get the torus okay using nested sweeps as demonstrated in the tutorial, but my attempts to draw the diagonals using ...
28
votes
1answer
1k views
Plotting several 2d functions in a 3d graph
I am trying to reproduce a similar figure to the following one. My first guess was to use pgfplots but I didn't find any example that I could use as a starting point. At the moment I am unsure if ...
5
votes
1answer
504 views
plot 1d curves in 3d space with nice looking intersections
I am trying to draw multiple colored one-dimensional parametric
curves in three dimensional euclidean space. The curves
themselves do not intersect in 3d, but ...
6
votes
1answer
818 views
Asymptote generated 3D raster image
Consider the following minimal Asymptote 3D example:
\documentclass{article}
\usepackage{filecontents}
\usepackage{asymptote}
\begin{filecontents*}{testfile.asy}
import three;
...
13
votes
5answers
3k views
Drawing 3d diagrams
I would like to use a few simple 3d diagrams in my LaTeX document. They primarily consist of polyline segments in 3d, along with an occasional simple surface (e.g. paraboloid). There are two ...