Tagged Questions
11
votes
1answer
273 views
Isometric paper and drawing on it — with PSTricks
I would like to create a drawing on isometric drawing paper like the following:
N.B. Forget the drawing on top of the paper; it is just something I found in order to illustrate the type of paper I ...
5
votes
1answer
261 views
2D surface on a 3D surface plot external data in a file
I am drawing a 3D surface from external data. Here they are:
0 0 -0.64
1 0 -0.5
2 0 -0.4
3 0 -0.31
4 0 -0.23
5 0 -0.2
6 0 -0.24
7 0 -0.32
8 0 -0.42
9 0 -0.59
10 0 -0.76
0 1 -0.54
1 1 -0.4
2 1 -0.27
...
12
votes
1answer
435 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 ...
23
votes
1answer
404 views
More elegant way to achieve this same camera perspective projection model?
I just finished a camera perspective projection model using TikZ. Although, while I'm pretty satisfied with the result, it took me a lot of time to do it. It's easy to see from the code below that I'm ...
22
votes
3answers
838 views
How can I draw nucleosomes with wrapped DNA in tikz or pstricks?
The nucleosome is the fundamental unit of DNA packing in cells, and I am trying to generate some figures for regular use in manuscripts and presentations. The nucleosome is commonly abstracted to a ...
3
votes
0answers
138 views
Pst-Solides3D Transformation of a Cube with parameter [closed]
I'm working on the example given at 4.14.3. in the documentation on Pst-Solides3d : Transformation associated with the distance to the origin.
The code is as follows
...
5
votes
1answer
365 views
What packages or tools best support any 3D line, plane, surface intersections?
I have not explored the PSTricks' pst-solides3d, TikZ's equivalent packages, Asymptote as a tool, etc, yet.
I have a task to make some simple 3D diagrams that are related to 3D geometry subject we ...
16
votes
4answers
892 views
How can I draw a transparent cube in 3D perspective?
I would like to draw a transparent, `flattened cube' in perspective with dotted lines from both vanishing points to each of the vertices of the 3D solid. Is there a PSTricks package for this?
It is ...
4
votes
2answers
296 views
Drawing a central composite design
Please I would like to draw a central composite design using PSTricks, or possibly tikz. This is the cube with the axes showed below. I have tried pst-3d but this is not easy. If you had an example of ...
7
votes
2answers
1k views
Drawing 3D cylinder
I need to draw a lot of 3D cylinders with different dimensions.
Has anyone maybe already defined a command like \3Dcylinder{x}{y}{z}?
I found 3D bodies in TikZ
and tried the third answer. But I don't ...
15
votes
2answers
1k views
Draw a prism in TikZ or PSTricks
Is there a way to define an polygon in plane and output an (orthogonal) prism with that polygon as its base? The prism should be drawn in 3D in parallel oblique perspective with controllable height h, ...
2
votes
2answers
285 views
3dplot in Beamer crop and ticks problem
I'm new to pstricks, and I've been struggling with several issues using it with beamer.
So my problem is that I'm trying to show a 3D plot in a beamer frame. However, for some reason, that I can't ...
8
votes
2answers
461 views
pst-solides3d and hidden lines
I am trying to draw figures with pstricks for the first time. Unfortunately, I am struggling with it. I was trying to draw a pentagon-cone and an octahedron using pst-solides3d, but it draws some ...
0
votes
1answer
259 views
Legend on top of a pst-solides3d drawing
Another question aboutpst-solides3d and visibility:
How can one draw a legend on top of the 3d drawings ?
I thought that putting the put command before or after the 3d drawings commands would render ...
8
votes
3answers
1k views
How to draw a circular cone
I want to draw the circular cone given by the equation z²=x²+y². (I do not mind using any given package.) I tried to use the pst-solides3d package with the help of its manual to generate the ...
6
votes
1answer
192 views
Cyclic ring and visibility problem in pst-solides3d
I'm trying to draw two cylindric rings on top of each other with pst-solides3d. Here is what I have:
\documentclass{article}
\usepackage{pstricks}
\usepackage{pst-solides3d}
\begin{document}
...
3
votes
2answers
395 views
How to pick a plane inside a cube in pst-3dplot?
I want to pick and highlight a diagonal plane of a cube. I do not want to color it but use some kind of fill-style so that I can print it on a black and white printer. The following is my solution ...
5
votes
1answer
413 views
Some extensions to pst-solides3d
I asked this set of questions (actually 2 of the 3 below) on the PSTricks mailing list a couple of days ago, but have since heard that Herbert's "to do" list is quite lengthy. So, I'm distributing ...
6
votes
2answers
780 views
3D-plotting sine integral (PSTRICKS)
I'd like to build up a 3D-Plot (based on pst-solides3d), where the function looks like
x=u, y=v and z=\int_0^x \frac{\sin\left(\pi t \right)}{\pi t} - \frac{1}{3} ...

