Problem with axis label

Denis Girou Denis.Girou at idris.fr
Thu Sep 3 20:30:32 CEST 1998


-----------------------------------------------------------------------------
This is the PSTricks mailing list, devoted to discussions about computational
graphics in (La)TeX using the PSTricks package from Timothy van Zandt.
For help using this mailing list, see instructions at the end of message.
-----------------------------------------------------------------------------

>>>>> "Akos.Valentinyi" == Akos Valentinyi <A.Valentinyi at soton.ac.uk> writes:

    Akos.Valentinyi> the code above produces an axis such that the label on the x axis looks
    Akos.Valentinyi> the following

    Akos.Valentinyi> 0.8 0.13 0.18 0.23 0.28 0.33

    Akos.Valentinyi> as if the labels started at 0.08 instead of 0.8

    Akos.Valentinyi> \documentclass[12pt]{article}
    Akos.Valentinyi> \usepackage{pstricks,pst-plot}

    Akos.Valentinyi> \begin{document}

    Akos.Valentinyi> \psset{xunit=20cm,yunit=20cm}
    Akos.Valentinyi> \begin{pspicture}(0.7,-0.1)(1.1,0.4)
    Akos.Valentinyi> \psaxes[Ox=0.8,Dx=0.05,Oy=0,Dy=0.05]{<->}(0.8,0)(1.1,0.4)
    Akos.Valentinyi> \end{pspicture}

    Akos.Valentinyi> \end{document}

  It is explained in the documentation page 49, last paragraph. You must use
Ox=0.80 in your case.

D.G.

-----------------------------------------------------------------------------
The list interface (subscription, information, access to the archives) is on:
http://www.tug.org/cgi-bin/lwgate/pstricks
Otherway to unsubscribe, send mail to pstricks-request at mail.tug.org
with a blank subject and in body the line unsubscribe <email-address>
-----------------------------------------------------------------------------



More information about the PSTricks mailing list