[pstricks] Chopping
David Arnold
dwarnold45 at suddenlink.net
Wed May 13 20:39:24 CEST 2009
All,
This:
\documentclass[12pt]{article}
\usepackage{pst-bar}
\usepackage{pst-plot}
\usepackage{pst-tree}
\usepackage{pstricks-add}
\begin{document}
\begin{center}
\psset{unit=0.5}
\begin{pspicture}[shift=-2](-8,-0.5)(8,0.5)
\psaxes[arrowscale=1.5,arrows=<->,yAxis=false](0,0)(-8,0)(8,0)
\end{pspicture}
\end{center}
\end{document}
When compile with: simpdftex latex test.tex (Texshop's default),
produces this:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedGraphic.tiff
Type: image/tiff
Size: 6448 bytes
Desc: not available
Url : http://tug.org/pipermail/pstricks/attachments/20090513/58ffdeae/attachment-0002.tiff
-------------- next part --------------
But this:
\documentclass[12pt]{article}
\usepackage{pst-pdf}
\usepackage{pst-bar}
\usepackage{pst-plot}
\usepackage{pst-tree}
\usepackage{pstricks-add}
\begin{document}
\begin{center}
\psset{unit=0.5}
\begin{pspicture}[shift=-2](-8,-0.5)(8,0.5)
\psaxes[arrowscale=1.5,arrows=<->,yAxis=false](0,0)(-8,0)(8,0)
\end{pspicture}
\end{center}
\end{document}
When compile with: ps4pdf test.tex, produces:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedGraphic.tiff
Type: image/tiff
Size: 2650 bytes
Desc: not available
Url : http://tug.org/pipermail/pstricks/attachments/20090513/58ffdeae/attachment-0003.tiff
-------------- next part --------------
Why does the latter crop the numbers like this? Is there some option
I should be giving to ps4pdf?
David.
More information about the PSTricks
mailing list