[pstricks] Problems with Offset in pst-3dplot

Florian Schubert florian.schubert at arlemu.de
Sun Sep 8 18:26:13 CEST 2013


Dear PSTricks users,

i have in pst-3dplot problems with IIIDOffset.
The label of y-axis should show data from ymin=300 up to ymax=600.
All attempts were in vain.
Can someone explain me what I have to do?

Thanks

Florian

Example:

\documentclass[12pt]{article}
\usepackage{pst-plot}
\usepackage{pst-3dplot}
\usepackage{multido}
\begin{document}
%\psset{xunit=1cm,yunit=1cm,runit=1cm}
\begin{pspicture}(-6,0)(6,10)
\pstThreeDCoor[linecolor=black,IIIDticks,IIIDlabels,xMin=0,yMin=0,xMax=8,yMax=8,zMax=11,Dx=100,Dy=100,Dz=25,zMin=0,IIIDxticksep=-.9]
%\fileplotThreeD[plotstyle=line]{test-data.txt}
\psset{dotstyle=*,dotscale=2,linecolor=red,drawCoor=true}
\pstThreeDDot(4,5.5,5)
\end{pspicture}
\end{document}


More information about the PSTricks mailing list