[pstricks] newfloat for pspicture
Herbert Voss
LaTeX at zedat.fu-berlin.de
Tue Mar 8 18:03:38 CET 2005
Fabian Braennstroem wrote:
>\begin{myPics}
> \psset{xunit=0.01cm, yunit=0.1cm,xLabel={\scriptsize\sffamily}, yLabel={\scriptsize\sffamily},griddots=5,gridlabels=1pt,subgriddiv=100}
>
>
Fabian, the x|yLabel are options from pstricks-add. However, they are no
more
supported with the latest version, because anything can be done with the
existing macros.
\def\psxlabel#1{\scriptsize\sffamily #1}
\def\psylabel#1{\scriptsize\sffamily #1}
%
\begin{myPics}
\psset{xunit=0.01cm, yunit=0.1cm,griddots=5,gridlabels=1pt,subgriddiv=100}
%\begin{pspicture}(10,10.0)
\psaxes[Dx=100,dy=10]{->}(1000,100)
\psgrid[gridcolor=blue,xunit=1cm,yunit=1cm](10,10)
%\end{pspicture}
\end{myPics}
Herbert
More information about the PSTricks
mailing list