[pstricks] pstThreeDPlaneGrid
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Mon Apr 18 20:08:18 CEST 2011
Am 18.04.2011 18:52, schrieb Doris Behrendt:
> so this time, I want to plot a grid, contained in the y-z-plane,
> spanning a rectangle with bottom left (0,0,0) and top right (0,5,10);
>
> I want the subgrid to be made up of squares, not rectangles with
> height=double width;
>
> so I had to put 2 single grids together like this:
>
> \pstThreeDPlaneGrid[subticks=5,planeGrid=yz,linecolor=gray,linewidth=.5pt](0,0)(5,5)
>
> \pstThreeDPlaneGrid[subticks=5,planeGrid=yz,linecolor=gray,linewidth=.5pt](0,5)(5,10)
>
>
> am I right here that there is no possibility to affect the subticks of
> the y and z-axis separately?
\documentclass{article}
\usepackage{pst-3dplot}
\begin{document}
\begin{pspicture}(5,9)
\pstThreeDPlaneGrid[xsubticks=5,ysubticks=10,planeGrid=yz,
linecolor=gray,linewidth=.5pt](0,0)(5,10)
\end{pspicture}
\end{document}
Herbert
More information about the PSTricks
mailing list