[LON-CAPA-users] Logscale in Lon-Capa Gnuplot

Mark Kettner mkettn at technik-emden.de
Tue Aug 13 04:50:19 EDT 2013


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" <mkettn at technik-emden.de>
> To: lon-capa-users at 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



More information about the LON-CAPA-users mailing list