then surface plotting
> in matplotlib?
>
> Sayan
>
>
> On 11 April 2013 02:25, Maximilian Trescher <mailto:fau...@trescher-it.de>> wrote:
>
> Hi,
> >
> > *np.savetxt(fname, np.array([pp_za,pv_za]).T, '%f')*
>
> does maybe
Hi,
> I want to pick a good (dynamic, for zooming) way to format the y axis.
> There are two issues:
> Does (1) seem like the right approach? And for 2, is there already a
> formatter that is appropriate for this or could be adapted to it?
did you try the AutoDateLocator (from matplotlib.dates)?