Hi,<div><br></div><div>I&#39;m having trouble generating a graph with a logarithmic y-axis.</div><div><br></div><div>My graphing command looks like this (I&#39;ve tried to make it as simple as possible). If I leave out the &quot;-o&quot; it works, with the &quot;-o&quot; - nothing.</div>
<div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">rrdtool graph pings.png \</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -s end-2h -e now-1h \</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -u 5000 -l 1 -o \</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  DEF:l=pings.rrd:latency:AVERAGE \</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  LINE2:l#00ff00</font></div></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Any help would be appreciated - I&#39;m not even sure how to start debugging what&#39;s going wrong. It exits with code 0 and doesn&#39;t print out any error messages.</font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">I&#39;ve tried two versions so far with the same result:</font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif">rrdtool 1.4.3 (from Ubuntu 11.04 repo)</font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">rrdtool 1.4.5 (downloaded and compiled from source)</font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Kind regards,</font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Liehann</font></div>