Questions tagged [pst-3dplot]

The {pst-3dplot} package is used to create {3d} graphics and plots using {pstricks}.

is about a PSTricks package called pst-3dplot that is able to create 3D graphics and plots. It can be used either with TeX or LaTeX.

51 questions
5
votes
1 answer

How to draw cubes in PSTricks with dashed hidden lines?

I'd like to draw cubes with PSTricks (pst-3dplot) as shown in the related question Draw a prism in TikZ or PSTricks like these two with correct hidden lines, but with the code given there (Simple Boxes with pst-3dplot),…
2
votes
1 answer

pst-3dplot's Alpha and Beta are not correctly set with pstThreeDCoor?

This is a simple question when I set Alpha and Beta in \pstThreeDCoor, why doesn't it affect all the following macros? I have to set it in psset and also add a \pstThreeDCoor{Alpha=#1,Beta=#2,drawing=false} so that everything is affected My usual…
hanzo2001
  • 509
1
vote
0 answers

3d plot of a hyperboloid

I would like to plot the following hyperboloid in 3d. Given the center c = <18,0,0>, principal axis vector v = <-1,0,0>, orthogonal vectors u = <0,1,0>, and w = <0,0,1>, and parameters A = 3, B= 17.748, so that C^2 = A^2 +B^2, and C/A is the…
pmd
  • 11
0
votes
0 answers

pst-3dplot fails - how do I resolve this issue?

In the past I used pst-3dplot package to generate nice geometric figures in pdf format. Two days ago I tried to run a TeX recompile and the compile failed as the log file complains that the "\pstThreeDLine(0,0,0)(10,10,10)" (and subsequent other…
Randall
  • 1
  • 1
0
votes
0 answers

Error with \pstThreeDCoor in pst-3dplot

I have a problem with this code \documentclass{article} \usepackage{pst-3dplot} \begin{document} \begin{pspicture}(-3,-2.5)(3,4.25) \pstThreeDCoor \end{pspicture} \end{document} Error: ! Undefined control sequence. \XC@usec@lor ...\expandafter…