wxplot2d



I'm trying to plot a function from t=0 to 8 microsecond

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?

Thanks

Renzo