Tagged Questions
2
votes
0answers
83 views
Another “Dimension too large” question: PSTricks plot
I'm currently using Pstricks to plot a datafile into a basic x-y figure.
My actual code is:
\psset{xunit=.07cm,yunit=0.00025cm}
\begin{pspicture}(1915,10000)(2015,30500)
...
2
votes
1answer
485 views
Undefined control sequence error in pspicture [closed]
I found this interesting question
Draw closed curve in Tikz
for which an even interesting answer was provided by the user Garbage Collector.
Just for the fun of it, I tried compiling his answer on ...
6
votes
2answers
981 views
PSTricks error, but package not loaded
I am working on a textbook, with a looming deadline, so I admit I did not do an exhaustive search for a solution to this situation. I was hoping someone would see this and say, "This is a duplicate ...
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 ...
2
votes
1answer
281 views
Ghostscript error with a surface in pst-solides-3d
I'm discovering the extremely cool pst-solides-3d package.
The code
\documentclass{article}
\usepackage{pstricks}
\usepackage{pst-solides3d}
\begin{document}
\begin{pspicture}(0,0)(3,5)
...