[LON-CAPA-users] Logscale in Lon-Capa Gnuplot
Mark Kettner
mkettn at technik-emden.de
Tue Aug 13 08:32:50 EDT 2013
> That's just a mathematical problem with a negative logarithm: you need to start the y-axis at a positive value. The code
>
> <problem>
> <gnuplot width="400" height="400" grid="on" gridtype="Log-Linear">
> <axis xmin="-5" xmax="5" ymin="0.1" ymax="100" color="xB6B6B6" />
> <xtics start="-5" end="5" />
> <xlabel>x</xlabel>
> <ylabel>y</ylabel>
> <curve>
> <function>exp(x)</function>
> </curve>
> </gnuplot>
> </problem>
Thanks, that works.
-Mark
More information about the LON-CAPA-users
mailing list