[pstricks] Displaying a unsymetrich diagram

Herbert Voss LaTeX at zedat.fu-berlin.de
Sun Nov 20 20:19:43 CET 2005


Nicolai Emig wrote:

> I have to display a diagram with the following values:
> 
> x: 0 to 11
> y: -1.7 to -1.8
> 
> I have the following:
> 
> \psset{xunit=1cm, yunit=10cm}
> 
> \begin{pspicture}(0,-1.7)(11,-2)
>  \psaxes[dy=0.1]{->}(0,-1.7)(11,-1.8)
> 
> \end{pspicture}
> 
> but that will show me a very short y-arm and I am not able to change it 
> for my needs. What am I doing wrong?

I do not really know, what you want. Maybe this
helps.

Herbert

\documentclass{minimal}
\usepackage{pst-plot}
\pagestyle{empty}
\begin{document}

%\def\psvlabel#1{}
\psset{yunit=100cm}
\begin{pspicture}(-0.5,-1.65)(11,-1.8)
  \psaxes[dy=1cm,Dy=0.01,Oy=-1.70]{->}(0,-1.7)(11,-1.8)
\end{pspicture}

\end{document}




More information about the PSTricks mailing list