the plot-image breaks if I add that argument.

I think I need arguments for the base and the axis which should be
displayed logarithmic too.

my code is:

<gnuplot width="400" height="400" grid="on" gridtype="Log-Linear">
        <axis xmin="-5" xmax="5" ymin="-5" ymax="5" color="xB6B6B6" />
        <xtics start="-5" end="5" />
        <ytics start="-5" end="5" />
        <xlabel>x</xlabel>
        <ylabel>y</ylabel>
        <curve>
                <function>exp(x)</function>
        </curve>
</gnuplot>


-Mark

Am 12.08.2013 18:42, schrieb Raymond Batchelor:
> 
> There is an argument to the gnuplot tag
> gridtype="Log-Linear"
> 
> ----- Original Message -----
> From: "Mark Kettner" <mke...@technik-emden.de>
> To: lon-capa-users@mail.lon-capa.org
> Sent: Monday, 12 August, 2013 06:45:17
> Subject: [LON-CAPA-users] Logscale in Lon-Capa Gnuplot
> 
> Hello,
> 
> is there a possibility to display the y- or x-axis scaling logarithmically?
> e.g. on y-axis: 1, 10, 100, 1000, ...
> 
> -Mark

_______________________________________________
LON-CAPA-users mailing list
LON-CAPA-users@mail.lon-capa.org
http://mail.lon-capa.org/mailman/listinfo/lon-capa-users

Reply via email to