Re: [Matplotlib-users] 3d bar plots

2006-06-01 Thread John Hunter
> "Jonathan" == Jonathan Taylor <[EMAIL PROTECTED]> writes: Jonathan> Thanks for all the replies -- I'm not such a huge fan, Jonathan> either, but a collaborator of mine is Ahh collaborators, can't live with 'em, can't dissuade them from excel chart junk. JDH __

Re: [Matplotlib-users] 3d bar plots

2006-06-01 Thread Jonathan Taylor
Thanks for all the replies -- I'm not such a huge fan, either, but a collaborator of mine is -- Jonathan John Hunter wrote: >>"Jonathan" == Jonathan Taylor <[EMAIL PROTECTED]> writes: >> >> > >Jonathan> Hi, > >Jonathan> Was wondering if anyone knows if there

Re: [Matplotlib-users] 3d bar plots

2006-06-01 Thread John Hunter
> "Jonathan" == Jonathan Taylor <[EMAIL PROTECTED]> writes: Jonathan> Hi, Jonathan> Was wondering if anyone knows if there was any way to Jonathan> reproduce this kind of example: Jonathan> http://www.mps.mpg.de/dislin/exa_bars3d.html Jonathan> i.e. a 3d barplot. Defini

RE: [Matplotlib-users] 3d bar plots

2006-06-01 Thread Bowen, Brian M
There is a package called PyQwt3D/Qwt3D that can be used. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Taylor Sent: Thursday, June 01, 2006 1:38 PM To: matplotlib-users Subject: [Matplotlib-users] 3d bar plots Hi, Was wondering if an

[Matplotlib-users] 3d bar plots

2006-06-01 Thread Jonathan Taylor
Hi, Was wondering if anyone knows if there was any way to reproduce this kind of example: http://www.mps.mpg.de/dislin/exa_bars3d.html i.e. a 3d barplot. Thanks, Jonathan begin:vcard fn:Jonathan Taylor n:Taylor;Jonathan org:Stanford University;Statistics adr:;;390 Serra Mall;Stanford;CA;94

Re: [Matplotlib-users] First impression from a new user

2006-06-01 Thread John Hunter
> "Marquardt," == Marquardt, Colin <[EMAIL PROTECTED]> writes: Colin> Also, you are using some parameters (usecols, unpack) to Colin> load() that Colin> http://matplotlib.sourceforge.net/matplotlib.pylab.html#-load Colin> doesn't know about. The web page is a bit out of date

Re: [Matplotlib-users] First impression from a new user

2006-06-01 Thread Marquardt, Colin
Title: Re: [Matplotlib-users] First impression from a new user John Hunter <[EMAIL PROTECTED]> writes: > The function datestr2num takes any date string recognized by > dateutils.parse (most of them) and returns a floating point number > days since -00-00 which is how matplotlib represent

Re: [Matplotlib-users] Problem: Multiple plots with same variables plot incorrectly.

2006-06-01 Thread Louis Pecora
Christopher Barker wrote: Louis, This is standard num* array behavior: arrays are mutable, and MPL is not making copies of them when you plot, which is a good thing. by the way, slices of arrays are references too, which is different than python lists, so it can be surprising, but also usefu

Re: [Matplotlib-users] Problem: Multiple plots with same variables plot incorrectly.

2006-06-01 Thread Christopher Barker
Louis, This is standard num* array behavior: arrays are mutable, and MPL is not making copies of them when you plot, which is a good thing. by the way, slices of arrays are references too, which is different than python lists, so it can be surprising, but also useful # 1st Plo

Re: [Matplotlib-users] First impression from a new user

2006-06-01 Thread Marquardt, Colin
Title: Re: [Matplotlib-users] First impression from a new user Bill Dandreta <[EMAIL PROTECTED]> writes: > Here's a code snippet I found somewhere that demonstrates the use: Thanks Jonathan and Bill, that works fine. Cheers,   Colin

Re: [Matplotlib-users] First impression from a new user

2006-06-01 Thread John Hunter
> "Marquardt," == Marquardt, Colin <[EMAIL PROTECTED]> writes: Colin> * My data file consists of a date (in ISO format) and Colin> integers. Parsing the date was a bit of work. I Colin> understand that python's datetime doesn't provide any Colin> parsing of dates - but maybe m

Re: [Matplotlib-users] First impression from a new user

2006-06-01 Thread Bill Dandreta
Here's a code snippet I found somewhere that demonstrates the use: def make_datetime(s, fmt='%Y-%m-%d %H:%M'): '''convert string to datetime''' ts = time.mktime(time.strptime(s, fmt)) return datetime.fromtimestamp(ts) Warning, this is very slow, if you need to do a lot of conversions

Re: [Matplotlib-users] First impression from a new user

2006-06-01 Thread Jonathan Taylor
You can use python's time module to parse dates, see time.strptime and time.strftime. Jonathan Marquardt, Colin wrote: [Repost, sorry if you get this twice.] Hi guys, in my quest for a better gnuplot replacement, I came across matplotlib yesterday. I really like it, big thanks to the devel

[Matplotlib-users] First impression from a new user

2006-06-01 Thread Marquardt, Colin
Title: First impression from a new user [Repost, sorry if you get this twice.] Hi guys, in my quest for a better gnuplot replacement, I came across matplotlib yesterday. I really like it, big thanks to the developers. It was pretty easy to port over a gnuplot command file.  There are two

[Matplotlib-users] dead link at http://matplotlib.sourceforge.net/fonts.html

2006-06-01 Thread keith.briggs
http://matplotlib.sourceforge.net/fonts.html: > See font_properties_demo.py > *click* An error has been encountered in accessing this page. 1. Server: matplotlib.sourceforge.net 2. URL path: /examples/font_properties_demo.py