Re: [Matplotlib-users] modifying the toolbar?

2009-03-26 Thread Eric Firing
C M wrote: > Hi, I have just begun including the toolbar in an embedded (in wx) > use of mpl, and am really pleased with how easily it provides very > useful functions. Once again, mpl shines. > > But I would like to try to modify the toolbar for my application, e.g. > probably remove the "config

[Matplotlib-users] PyQt integration problem with the Navigation Toolbar

2009-03-26 Thread eliben
Hello, I have a demo application integrating a dynamic mpl plot into a PyQt GUI. The plot is dynamic in the sense that the user can manipulate it through the use of the GUI's (PyQt) widgets and controls. The code is in: http://eli.thegreenplace.net/files/prog_code/qt_mpl_bars.py.txt Now, I have

[Matplotlib-users] modifying the toolbar?

2009-03-26 Thread C M
Hi, I have just begun including the toolbar in an embedded (in wx) use of mpl, and am really pleased with how easily it provides very useful functions. Once again, mpl shines. But I would like to try to modify the toolbar for my application, e.g. probably remove the "configure subplots" tool (n/a

Re: [Matplotlib-users] Transparent graph background

2009-03-26 Thread John Hunter
On Thu, Mar 26, 2009 at 10:00 AM, Tyler B wrote: > Hi there, > > Thanks for your help with my problem yesterday.. the code was fine, > and it was a problem with my system. I installed a fresh copy of EPD's > Python and that fixed it! > > I have a quick question about making the chart background t

[Matplotlib-users] Status of polar() / rgrids() / thetagrids() documentation

2009-03-26 Thread Sandro Tosi
Hello, I'm trying to describe how to plot polar graphs with mpl, but the doc for the above functions (in pyplot api page) is a bit "reduced". For example, thetagrids() doc says it receive a fmt karg but calling with it the error: AttributeError: Unknown property fmt is returned. I'd like to kno

[Matplotlib-users] Transparent graph background

2009-03-26 Thread Tyler B
Hi there, Thanks for your help with my problem yesterday.. the code was fine, and it was a problem with my system. I installed a fresh copy of EPD's Python and that fixed it! I have a quick question about making the chart background transparent. Here's the original graph: http://screencast.com/

Re: [Matplotlib-users] Working with arrows

2009-03-26 Thread Sandro Tosi
Hi Jae-Joon, thanks for the reply. On Thu, Mar 26, 2009 at 02:51, Jae-Joon Lee wrote: > You need to adjust the keyword arguments, such as head_width, etc. The But shouldn't the default arrow be a little bit "nicer" than it's now? :) > arrow command itself is poorly documented and its keyword ar