Re: [Matplotlib-users] Getting started with bar charts

2006-08-25 Thread Derek Hohls
Jouni Wow! A guru at work... this solves all my current problems; your insights and comments are most appreciated! To return to my first post - matplotlib aims to make simple things simple - I would argue that the way tickmarks are currently dealt with is NOT simple it would be great to see

Re: [Matplotlib-users] Getting started with bar charts

2006-08-23 Thread Jouni K Seppänen
[Again copying to matplotlib-users; maybe the main developers can comment on whether these shortcomings in the getp/setp interface should be fixed.] Hi Derek, It does seem as those these settings affect the top and bottom of the graph - I was wondering if it was possible to show

Re: [Matplotlib-users] Getting started with bar charts

2006-08-23 Thread Darren Dale
On Wednesday 23 August 2006 2:52 am, Jouni K Seppänen wrote: [Again copying to matplotlib-users; maybe the main developers can comment on whether these shortcomings in the getp/setp interface should be fixed.] Hi Derek, It does seem as those these settings affect the top and bottom of

Re: [Matplotlib-users] Getting started with bar charts

2006-08-22 Thread Jouni K Seppanen
Derek Hohls [EMAIL PROTECTED] writes: In [9]: ax.set_xlim()? I get Object `ax.set_xlim()` not found. You need to do ax.set_xlim? without the parentheses. You suggested: The list you want is precisely the output of the getp command. But for the getp? , I get: I meant the output of

Re: [Matplotlib-users] Getting started with bar charts

2006-08-21 Thread Bill Baxter
If you can't find help anywhere else, the matlab documentaiton may be helpful.Most of the matplotlib functions are taken right from there. http://www.mathworks.com/access/helpdesk/help/techdoc/ref/plot.htmlhttp://www.mathworks.com/access/helpdesk/help/techdoc/ref/subplot.html