Tagged Questions
6
votes
1answer
116 views
3D figure with pst-3Dplot
I'm trying to plot a simple math function in 3D using the package pst-3dplot. The function is z = 1/(1+a*exp(-b*y)) * (c * (1 - exp(d*x)) * (1 - exp(e*(x-f)))).
I tried the following:
...
4
votes
1answer
118 views
Draw 3D lines between points with PSTricks
Consider the following exmaple:
Code
\documentclass{article}
\usepackage{auto-pst-pdf,pst-solides3d}
\begin{document}
\begin{figure}
\psset{
viewpoint=15 -30 11,
Decran=10
}
...
2
votes
0answers
42 views
Ghostscript Error when doing multiple slices with pst-solides3d
I'm trying to represent a polytope, but it seems that GhostScript doesn't let me slice a cube more than once. In particular, I tried the following:
\psset{unit=0.6cm,labelsep=20pt}
...
8
votes
2answers
252 views
Drawing spherical harmonics with pst-3dplot
For my lecture notes in theoretical physics (namely quantum mechanics) I'm trying to visualize the spherical harmonics. I got Mathematica to plot them an this is what I did:
...
16
votes
1answer
422 views
Drawing of a helix
On this blog I found a 3D drawing of a transformer by Thomas Söll.
After a few changes, I have the following code:
\documentclass{article}
\usepackage{pst-solides3d}
\usepackage{expl3}
% ...
7
votes
1answer
187 views
Transparency with psSurface in pst-solides 3D
I'm trying to draw a graph with pst-solides3D with the option psSurface :
The problem is as follows :
I want to draw z = +/- (y^2-y^2), which should give a saddle-point graph with the lines x=y and ...
3
votes
0answers
147 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
...
7
votes
1answer
225 views
My compilation produces a result that is not the same as what the author got
I tried the following code
\documentclass[pstricks,border=12pt]{standalone}
\usepackage{pst-solides3d}
\begin{document}
\begin{pspicture}[solidmemory](-6.5,-3.5)(6.5,3)
\psset{viewpoint=30 0 15 ...


