Re: [Matplotlib-users] Matplotlib gray area around plot

2013-05-16 Thread blueone
Thank you very much! This is exactly what i was looking for! -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Matplotlib-gray-area-around-plot-tp41073p41076.html Sent from the matplotlib - users mailing list archive at Nabble.com. --

Re: [Matplotlib-users] Squashed axes with AxesGrid

2013-05-16 Thread Matthias Flor
Hi all, it seems that I am experiencing the same problem here with imshow (rather than scatter) and AxesGrid. But calling imshow with aspect=False does not do the trick for me. I am trying to have two imshow subplots next to each other and a single colorbar at the right. The data underlying the im

Re: [Matplotlib-users] Matplotlib gray area around plot

2013-05-16 Thread Benjamin Root
On Thu, May 16, 2013 at 2:41 PM, blueone wrote: > Hi, > > I am working on my first project involving Matplotlib. I haven't used it > much, but i'm already impressed by it! > The project i am working on uses Matplotlib embedded in wxPython. I have > already embedded it successfully, but there is o

[Matplotlib-users] Matplotlib gray area around plot

2013-05-16 Thread blueone
Hi, I am working on my first project involving Matplotlib. I haven't used it much, but i'm already impressed by it! The project i am working on uses Matplotlib embedded in wxPython. I have already embedded it successfully, but there is one thing that i would still like to change and that is the gr

Re: [Matplotlib-users] legend marker update problem

2013-05-16 Thread Sterling Smith
Gregorio, I experienced a similar issue with trying to change the marker color. See below the previous response from JJ for accessing the legend marker or using a proxy artist. -Sterling > On Sep 4, 2012, at 5:33PM, Jae-Joon Lee wrote: > > On Wed, Sep 5, 2012 at 6:05 AM, Sterling Smith wro

[Matplotlib-users] legend marker update problem

2013-05-16 Thread Gregorio Bastardo
Hi, I've recently come accross an issue when working on an interactive marker toggling callback. The problem is illustrated below: import matplotlib.pyplot as plt fig = plt.figure() ax = fig.add_subplot(111) line, = ax.plot(range(10), range(10)) # uncomment next line to reproduce bug # line.set_m