[texhax] suppressing labels in grid
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Fri Sep 3 22:13:55 CEST 2010
Am 02.09.2010 19:27, schrieb Zbigniew Nitecki:
> Is there a way to get a grid pattern on a rectangle without getting
> numerical labels for the lines?
> I am trying to use pstricks to create a rectangle with a grid that will
> resemble a plane embedded in 3-space in another, pst3d-solides picture;
> the latter will have the pattern of object=grille. However, I don't
> want explicit labels assigning numerical coordinates to the grid lines.
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\begin{pspicture}(10,10)
\psgrid[gridlabels=0pt,subgriddiv=5,subgridcolor=black!20]
\end{pspicture}
\end{document}
Herbert
More information about the texhax
mailing list