<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
Hi all!<BR>
I need to represent data ranging from -11.442682282 to -11.436768102&nbsp; and I have problems with the labels on the axes. I tried to play with Dy, Oy but I can not get the correct settings. With the provided example, the labels range from -15.4 to -8.8 and do not correspond to the correct values.<BR>
<BR>
Below is a minimal example.<BR>
Best regards,<BR>
Antoine Pairet<BR>
<BR>
<BR>
\begin{filecontents}{data.dat}<BR>
&nbsp;&nbsp; 13.23251400000000&nbsp; -11.44268228200000&nbsp;&nbsp;&nbsp; 4.59849657000000&nbsp;&nbsp;&nbsp; 1.40493544877201<BR>
&nbsp;&nbsp; 11.57844475000000&nbsp; -11.44269146500000&nbsp;&nbsp;&nbsp; 4.59849918080000&nbsp;&nbsp;&nbsp; 1.40493624640736<BR>
&nbsp;&nbsp;&nbsp; 9.92438550000000&nbsp; -11.44276508800000&nbsp;&nbsp;&nbsp; 4.59866092640000&nbsp;&nbsp;&nbsp; 1.40498566307214<BR>
&nbsp;&nbsp;&nbsp; 8.27032125000000&nbsp; -11.44327883750000&nbsp;&nbsp;&nbsp; 4.59929667740000&nbsp;&nbsp;&nbsp; 1.40517989807378<BR>
&nbsp;&nbsp;&nbsp; 6.61628200000000&nbsp; -11.44431177300000&nbsp;&nbsp;&nbsp; 4.59929726250000&nbsp;&nbsp;&nbsp; 1.40518007679451<BR>
&nbsp;&nbsp;&nbsp; 4.96219275000000&nbsp; -11.43676810200000&nbsp;&nbsp;&nbsp; 4.59398967360000&nbsp;&nbsp;&nbsp; 1.40355849908927<BR>
\end{filecontents}<BR>
<BR>
\documentclass{article}<BR>
\usepackage{pstricks-add}<BR>
<BR>
\begin{document}<BR>
\readdata{\heightEne}{data.dat}<BR>
<BR>
\psset{plotstyle=dots,lly=-.25,llx=-2.5,urx=3,ury=2}<BR>
\begin{psgraph}[Dy=1,Oy=-11.444,Ox=4]{-&gt;}(4,0)(4,-2)(14,4){9cm}{5cm}<BR>
        \pstScalePoints(1,100){}{11.444 add}<BR>
        \psset{plotNo=1,plotNoMax=3}<BR>
        \listplot[linecolor=red]{\heightEne}<BR>
\end{psgraph}<BR>
\pstScalePoints(1,1){}{}<BR>
\end{document}
</BODY>
</HTML>