I trying to create a semilog graph but it's giving me problems. This is ok:
% CHART{ type="line" name="bar5" table="paginasPorMes" data="R2:C2..R4:C2" xaxis="R2:C1..R5:C1" yaxis="on" ymin="0" ymax="1500" width="225" height="200"}%
This is not ok:
% CHART{ type="line" name="line5" table="paginasPorMes" data="R2:C2..R4:C2" xaxis="R2:C1..R5:C1" yaxis="on" width="200" height="200" scale="semilog"}%
and here the graphs are (left:ok, right: wrong):
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.