> 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
_______________________________________________
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