Re: [Matplotlib-users] why does transform=None cause a patch not to be shown?

2013-03-07 Thread Marianne C.
Hello, Not sure this is related, but it's also a behaviour I don't understand when adding a patch. Tony Yu has been providing many insightful explanations on artists, but I'm not there yet... So my apologies if this has been discussed already on this mailing list. I'm plotting two subplots and I

Re: [Matplotlib-users] Removing ticks and frame (imshow)

2011-11-30 Thread Marianne C.
On Fri, Nov 25, 2011 at 6:39 PM, Gökhan Sever wrote: > > plt.axis('off') > > or > > ax = plt.gca() > ax.set_axis_off() > > should clear the axis bounds and remove ticks as well. > Thank you so much, Gökhan! That's exactly what I was looking for. Best, Marianne -

Re: [Matplotlib-users] Removing ticks and frame (imshow)

2011-11-25 Thread Marianne C.
Figures and Axes. Would there be a reason for the class AxesImage to handle very few attributes? Is this class not so popular? :p Best, Marianne On Thu, Nov 24, 2011 at 8:09 PM, Friedrich Romstedt < friedrichromst...@gmail.com> wrote: > 2011/11/24 Marianne C. : > > On Thu, Nov 24,

Re: [Matplotlib-users] Removing ticks and frame (imshow)

2011-11-24 Thread Marianne C.
Hello, I am sending my email again, with no attachment this time. Thanks for reading! Marianne On Thu, Nov 24, 2011 at 3:48 PM, Marianne C. wrote: > Hi all, > > My name is Marianne, I am a beginner user of matplotlib. > I am using imshow in pyplot. I am desperate to get rid of &g