Question
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):
Environment
-- PabloChamorro - 29 Jan 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.