[sage-devel] Re: Date list plot

2010-12-02 Thread akm
On Dec 1, 9:02 pm, Jason Grout wrote: > I've also filed a bug with >Sage:http://trac.sagemath.org/sage_trac/ticket/10365 > > I've filed an enhancement request with > Sage:http://trac.sagemath.org/sage_trac/ticket/10366 > Thanks for your help; those do work for me now. Thanks for filing those t

[sage-devel] Re: Date list plot

2010-12-01 Thread Jason Grout
On 12/1/10 8:06 PM, akm wrote: On Dec 1, 3:35 pm, Jason Grout wrote: You might just use matplotlib directly in Sage: See, for example, http://matplotlib.sourceforge.net/examples/pylab_examples/date_demo_c... http://matplotlib.sourceforge.net/examples/pylab_examples/date_demo1 or just l

[sage-devel] Re: Date list plot

2010-12-01 Thread akm
On Dec 1, 6:49 pm, kcrisman wrote: > But 4.6.1 will contain Numpy 1.5, and you can always try out the > latest alpha (see the sage-release Google group for more info). Will try that, thanks. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, s

[sage-devel] Re: Date list plot

2010-12-01 Thread kcrisman
But On Dec 1, 9:16 pm, akm wrote: > On Dec 1, 6:06 pm, akm wrote: > > > I'm running Sage 4.5; maybe upgrading to 4.6 will help. > > Not likely I guess as Sage 4.6 contains numpy-1.3.0.p4.spkg. But 4.6.1 will contain Numpy 1.5, and you can always try out the latest alpha (see the sage-release Go

[sage-devel] Re: Date list plot

2010-12-01 Thread akm
On Dec 1, 6:06 pm, akm wrote: > I'm running Sage 4.5; maybe upgrading to 4.6 will help. > Not likely I guess as Sage 4.6 contains numpy-1.3.0.p4.spkg. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@

[sage-devel] Re: Date list plot

2010-12-01 Thread akm
On Dec 1, 3:35 pm, Jason Grout wrote: > > You might just use matplotlib directly in Sage: > > See, for example, > > http://matplotlib.sourceforge.net/examples/pylab_examples/date_demo_c... > > http://matplotlib.sourceforge.net/examples/pylab_examples/date_demo1 > > or just look in the gallery:

[sage-devel] Re: Date list plot

2010-12-01 Thread Jason Grout
On 12/1/10 4:14 PM, akm wrote: Has anyone written a version of list_plot that accepts dates? We're doing some log file analysis and the closest I've gotten is to convert the timestamps to epoch seconds. Unfortunately epoch seconds are unreadable as axis tick-mark labels. Any ideas? You migh