Re: [Matplotlib-users] Appending an extra column in

2013-04-11 Thread Maximilian Trescher
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

Re: [Matplotlib-users] formatter for durations of varying units

2011-07-12 Thread Maximilian Trescher
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)?