[Matplotlib-users] Fwd: NavigationToolbar2WxAgg Buttons Disappear

2012-08-15 Thread David Grudoski
>> (Corrects the top posting of the earlier replies, Sorry) > >> On Aug 15, 2012, at 5:17 AM, Benjamin Root wrote: >> >>> >>> >>> On Wednesday, August 15, 2012, David Grudoski wrote: >>> Hi All, >>> I'

Re: [Matplotlib-users] NavigationToolbar2WxAgg Buttons Disappear

2012-08-15 Thread David Grudoski
I'm running: Matplotlib 1.1.0 wxPython 2.9.2.4 osx-carbon (classic) Python 2.6 on Mac OSX 10.6.8 On Aug 15, 2012, at 5:17 AM, Benjamin Root wrote: > > > On Wednesday, August 15, 2012, David Grudoski wrote: > Hi All, > I've encountered this problem with the both Nav

[Matplotlib-users] NavigationToolbar2WxAgg Buttons Disappear

2012-08-14 Thread David Grudoski
Hi All, I've encountered this problem with the both NavigationToolbar2Wx and the NavigationToolbar2WxAgg. When I click the Zoom or Pan button the button disappears. The functionality is maintained so if a click the location that the button used to be displayed at the toggle action still works it

[Matplotlib-users] How can I place a table on a plot in Matplotlib?

2011-12-15 Thread David Grudoski
I'm not having any success in getting the matplotlib table commands to work. Here's an example of what I'd like to do: Can anyone help with the table construction code? Thanks import pylab as plt plt.figure() ax=plt.gca() y=[1,2,3,4,5,4,3,2,1,1,1,1,1,1,1,1] plt.plot([10,10,14,14,10],[2,4,4,2,2]

Re: [Matplotlib-users] Matplotlib 1.0 and Python 2.7

2010-07-07 Thread David Grudoski
Thanks for the info I'll give it a try. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first ___

[Matplotlib-users] Matplotlib 1.0 and Python 2.7

2010-07-06 Thread David Grudoski
Can I install Matplotlib 1.0 for Python 2.7? And will it work? Thanks -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-c

Re: [Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-19 Thread David Grudoski
Well I was able to compile the "embedding_in_wx5.py" example ( I'm not sure why or how) but it works. "embedding_in_wx2.py" still won't compile but I was able to compile my program and get it to run as expected. I'll leave this as another unresolved mystery of programming... My thanks to the W

[Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-19 Thread David Grudoski
I'm trying to build an executable using PY2EXE; running Python 2.5.2 and wxPython 2.8.10.1 and MatplotLib 0.99.0I tried using the setup.py from the PY2EXE.org Matplotlib page and although everything compiles correctly and generates an executable.When I launch the executable I get the following erro

Re: [Matplotlib-users] MatplotLib Displayed Plot Error

2010-05-06 Thread David Grudoski
Thanks Michael It was odd that in all the matplotlib rc files the path.simplify was set to False but when running the program the state toggled True so I had to manually set it in the program. Strange but that did the trick! thanks again for your help! On May 6, 2010, at 12:22 PM, Michael Droe