Re: [Matplotlib-users] Crash using twin axis label with PyGTK

2011-04-22 Thread Jason Heeris
On 22 April 2011 03:56, Paul Ivanov pivanov...@gmail.com wrote: Thanks for the report, Jason. It's a bug - could you please file a bug report, so we can keep track of it? Will do, thanks for the workarounds :) or if it's an option, use gtkagg, which doesn't suffer from the crash.  from

Re: [Matplotlib-users] Crash using twin axis label with PyGTK

2011-04-22 Thread Paul Ivanov
Jason Heeris, on 2011-04-23 00:29, wrote: On 22 April 2011 03:56, Paul Ivanov pivanov...@gmail.com wrote: Thanks for the report, Jason. It's a bug - could you please file a bug report, so we can keep track of it? Will do, thanks for the workarounds :) or if it's an option, use gtkagg,

Re: [Matplotlib-users] updating embedded plots using Tkinter

2011-04-22 Thread Michael Schmidt
Great, thanks for the fix, works great now! --Michael On Fri, Apr 22, 2011 at 2:17 PM, Goyo goyod...@gmail.com wrote: 2011/4/22 Michael Schmidt elmicker...@gmail.com: Hi Everyone, I'm running into a problem with updating a plot that I've embedded into a Tk application. [...] I'd like the

[Matplotlib-users] Change a few pixels color

2011-04-22 Thread Xavier Gnata
Hi, Imagine you have this code: import numpy as np import matplotlib.cm as cm import matplotlib.mlab as mlab import matplotlib.pyplot as plt delta = 0.25 x = y = np.arange(-3.0, 3.0, delta) X, Y = np.meshgrid(x, y) Z1 = mlab.bivariate_normal(X, Y, 1.0, 1.0, 0.0,

Re: [Matplotlib-users] Change a few pixels color

2011-04-22 Thread Paul Ivanov
Hi Xavier, Xavier Gnata, on 2011-04-23 02:33, wrote: Imagine you have this code: import numpy as np import matplotlib.cm as cm import matplotlib.mlab as mlab import matplotlib.pyplot as plt delta = 0.25 x = y = np.arange(-3.0, 3.0, delta) X, Y = np.meshgrid(x,