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

[Matplotlib-users] downloading users_guide, was Re: Re: Getting started with bar charts

2006-08-21 Thread George Nurser
On 21/08/06, Jouni K Seppanen [EMAIL PROTECTED] wrote: Derek Hohls [EMAIL PROTECTED] writes: It appears the manual (which I assume might be able to help me) is not downloadable. The link : http://matplotlib.sourceforge.net/users_guide_0.87.1.pdf For some reason, downloading this file

[Matplotlib-users] Using toolbars modes considered safe ?

2006-08-21 Thread Daniel Kornhauser
I am using the Navigation toolbars mode and I wonder if I should the attribute or if it can change in a future release ? The attribute I am talking about is defined in backend_bases.py in NavigationToolbar2 in the __init__() method: self.mode = '' # a mode string for the status

[Matplotlib-users] extend for colorbar

2006-08-21 Thread James Boyle
I am using matplotlib 0.87.3 The documentation of colorbar in color.py seems to indicate that one should be able to create a color bar with pointed ends, the fill color of the ends corresponding to the over and under colors. I have not been able to get this to work. I have set the

[Matplotlib-users] 3d Plotting

2006-08-21 Thread rich kowalczyk
I understand that 3D plotting is not fully working yet, but I have a question that might be answerable anyway. I can get a nice looking 3D plot of my data using surf = ax3d.plot_surface(x, y, z) but I can't control the colors used in the plot. I can do a surf.set_array(ColorArray) and the