[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've encountered this problem with the both NavigationToolbar2Wx and the >>> NavigationToolbar

[Matplotlib-users] axes_grid1.inset_axes frame background color

2012-08-15 Thread Scott Henderson
Hello, I'm trying to modify the following script to no avail: http://matplotlib.github.com/examples/axes_grid/demo_colorbar_with_inset_locator.html I'd like to have a white background behind the inset colorbar that adjusts automatically to figure resizing. I'm thinking of doing this by adding a

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 NavigationToolbar2Wx and the > N

Re: [Matplotlib-users] Matplotlib and latex using different typewriter font

2012-08-15 Thread mogliii
On 15/08/2012 09:56, Mogliii wrote: I get the attached result. The \texttt{} is rendered differently by matplotlib and latex. I am using the default latex fonts, and below is my preamble. rc('font', **{'family':'serif', 'serif

Re: [Matplotlib-users] NavigationToolbar2WxAgg Buttons Disappear

2012-08-15 Thread Benjamin Root
On Wednesday, August 15, 2012, David Grudoski wrote: > 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 bu

[Matplotlib-users] Saving figure instance for reuse

2012-08-15 Thread Jesper Larsen
Hi Matplotlib users I have an application where performance is critical and matplotlib is the performance bottleneck. I am making a lot of figures using the same basic setup of the figure. And from my profiling I can see that this basic setup accounts for most of the CPU time. Let us say that I ma

[Matplotlib-users] Matplotlib and latex using different typewriter font

2012-08-15 Thread Mogliii
I get the attached result. The \texttt{} is rendered differently by matplotlib and latex. I am using the default latex fonts, and below is my preamble. rc('font', **{'family':'serif', 'serif':['Computer Modern Roman']}) params = {'backend': 'pdf', 'axes.labelsize': 12, 'text.f