Re: [Tutor] matplotlib.pylab.plotfile formatting help

2011-01-07 Thread Sean Carolan
> I can also advice you to try the matplotlib mailing list: people will there > will be much more knowledgeable wrt to matplotlib and pylab than on this > mailing list: > http://sourceforge.net/mailarchive/forum.php?forum_name=matplotlib-users Thanks for all the info; I managed to create a grap

Re: [Tutor] matplotlib.pylab.plotfile formatting help

2011-01-04 Thread Evert Rol
Hi Sean, > I've got a csv file that contains two data fields, the short name of a > month and an integer. I'm experimenting with pylab and ipython to get > a feel for how pylab works. I'm able to generate a bar graph from my > data, but there are two problems with it: > > 1. I don't want "20

[Tutor] matplotlib.pylab.plotfile formatting help

2011-01-03 Thread Sean Carolan
I've got a csv file that contains two data fields, the short name of a month and an integer. I'm experimenting with pylab and ipython to get a feel for how pylab works. I'm able to generate a bar graph from my data, but there are two problems with it: 1. I don't want "2011" appended to the mont