wxplot2d



On 01/31/2012 04:56 PM, Renzo Del Fabbro wrote:
> wxplot2d([rhs(s[1])],[t,0,8e-6],[legend,"v(t)","i(t)"],
> [gnuplot_preamble,"set grid"],[xlabel,"t / us"]);
>
> How can I plot a microsecond x scale to avoid x.-e006 exponential format?
Hi,
without knowing how s[1] was defined it's hard to answer, but I'd guess
you should replace any ocurrences of t by t*1e-6 and then use the interval
[t, 0, 8] instead of [t, 0, 8e-6].
Regards,
Jaime