Re: [Matplotlib-users] Custom toolbar.Is it possible?

2009-07-28 Thread Kurt Mueller
Alexander Bruy schrieb: matplotlib have nice and helpfull feature - navigation toolbar. But in some cases some default buttons are not needed. Is it possible to customize NavigationToolbar (e.g. disable or hide some buttons)? I'm use matplotlib with PyQt 4.4.3 and Python 2.5.4 under Windows

Re: [Matplotlib-users] problems with contourf plots

2009-07-28 Thread Paul Anton Letnes
Hi, thanks a lot Eric! I'm sorry I bothered you with this. There's obviously an error in how my data generating script works. cheers, Paul. On 27. juli. 2009, at 21.48, Eric Firing wrote: Paul Anton Letnes wrote: Hi, I'm having strange problems with contourf plots. The plotting

Re: [Matplotlib-users] on exit event?

2009-07-28 Thread John Hunter
On Mon, Jul 27, 2009 at 4:39 PM, dekdres...@hotmail.com wrote: is there an on exit event for the matplotlib gui, such as when a user clicks the 'x' in the gui window There is not, but it would not be difficult to add.

[Matplotlib-users] animation/live-plotting + performance

2009-07-28 Thread Roland Koebler
Hi, I've got some performance problems with matplotlib, and would like to ask if you know any way I can make it faster. If there is no such way, I have to decide to (a) either enhance matplotlib or (b) write my own plotting-library. (I'm currently using matplotlib to plot data live on the

Re: [Matplotlib-users] changing tick labels and tick positioning to account for origin

2009-07-28 Thread Matthias Michler
Hi, as nobody answered up to now I may make my (tiny) contribution. On Friday 24 July 2009 22:58:10 per freem wrote: Hi all, i have a simple scatter plot, where the x axis and y axis are on different scales starting from 0. the x axis here ranges from 0 to 300 and the y axis from 0 to 1. i

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Michael Droettboom
Would you (Josh and Tony) be amenable to us including this in the set of examples? It would make it easier for users to find it. Eventually, it might be nice to include this as a core plotting command, but in the meantime, I think it would still be useful as-is. Mike Josh Hemann wrote:

Re: [Matplotlib-users] Design questions

2009-07-28 Thread Gewton Jhames
John Hunter, ax.autoscale_view(tight=True, scaley=False) didn't work. I put it before and after plot. Didn't work in any case. the first one, fig.subplots_adjust(left=0.05, bottom=0.05, top=0.05, right=0.05), didn't work too. It let's the graph crazy. If you want, I can put the code here. On Mon,

Re: [Matplotlib-users] Design questions

2009-07-28 Thread Gewton Jhames
Jae-Joon Lee, savefig(file.png, bbox_inches=tight) doesn't work too. On Mon, Jul 27, 2009 at 7:00 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: On Mon, Jul 27, 2009 at 4:06 PM, Gewton Jhamesgjha...@gmail.com wrote: How to trim the canvas of the image generated? It's transparent, but still

Re: [Matplotlib-users] Design questions

2009-07-28 Thread Gewton Jhames
Guys, there is the code. On Tue, Jul 28, 2009 at 3:13 PM, Gewton Jhames gjha...@gmail.com wrote: Jae-Joon Lee, savefig(file.png, bbox_inches=tight) doesn't work too. On Mon, Jul 27, 2009 at 7:00 PM, Jae-Joon Lee lee.j.j...@gmail.comwrote: On Mon, Jul 27, 2009 at 4:06 PM, Gewton

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Josh Hemann
Michael Droettboom-3 wrote: Would you (Josh and Tony) be amenable to us including this in the set of examples? It would make it easier for users to find it. Eventually, it might be nice to include this as a core plotting command, but in the meantime, I think it would still be useful

[Matplotlib-users] Wireframe models in matplotlib

2009-07-28 Thread Nils Wagner
Hi all, is it possible to build wire-frame models with matplotlib ? Any pointer would be appreciated. Thanks in advance Nils http://en.wikipedia.org/wiki/Wire-frame_model --

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Tony S Yu
Josh Hemann wrote: Tony, I know this is a year later but your code was hugely helpful to me last week, so thank you I'm glad you found it helpful. On Jul 28, 2009, at 12:56 PM, Michael Droettboom wrote: Would you (Josh and Tony) be amenable to us including this in the set of

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Josh Hemann
Tony, This looks great, and I am enjoying seeing how to accomplish things in a more Pythonic way. I don't see the radial grid lines, but I am using 0.98.5.3. I am downloading 0.99.3 now and maybe that will be the fix (I have yet to figure out how to build out of svn on Windows...). One small

Re: [Matplotlib-users] Radar / Spider Chars [bug?]

2009-07-28 Thread Tony S Yu
On Jul 28, 2009, at 4:53 PM, Josh Hemann wrote: One small nit: I don't see any code to set the color or alpha level of the grid lines. In my example, I set the color to be a light grey because I wanted the grid lines to be seen but not be distracting from the data. Just a preference.

[Matplotlib-users] Crosshairs

2009-07-28 Thread Paul Ray
Hi, I see that scatter() has a variety of different symbols that you can choose from, and even a way to create your own custom markers. However, I can't figure out how to make a crosshair symbol (a plus with non-touching lines) as my marker, which I'd like to use to show the location of

[Matplotlib-users] Possible To Contour Around 1-Sigma Curves?

2009-07-28 Thread Joseph Smidt
I have a function on a 2d grid that looks like a skewed mound. I would like to make a contour plot where each contour represents each sigma, or confidence interval. I.e. Is there a straight forward way to make such a contour plot where it is then easy to say: This line is 1-sigma or 68%

[Matplotlib-users] Sourceforge download page shows basemap as default download on windows

2009-07-28 Thread Kaushik Ghose
Hi All, I was downloading matplotlib on a windows machine and the sourceforge site (http://sourceforge.net/projects/matplotlib/) showed me basemap as the default download (instead of the latest matplotlib). On Mac the default download shows correctly as matplotlib. This is some autodetection