Re: [Matplotlib-users] Missing 'anchor' for colorbar?

2014-12-10 Thread Benjamin Root
It appears you have come across a bug. As a work-around, try adding "use_gridspec=False" to your call to fig.colorbar(). It looks like the gridspec version of colorbars is not popping off the anchor (or panchor) arguments and simply using hardcoded defaults. Those extra keyword arguments get passed

[Matplotlib-users] Missing 'anchor' for colorbar?

2014-12-10 Thread Yilong Wang
Hi all, I am using matplotlib-1.4.2, but when I try to plot a colorbar and define its position using argument 'anchor', it raises an error: TypeError: __init__() got an unexpected keyword argument 'anchor' Does anyone have any clue for this? Thank you very much! The test script is as follows: imp

Re: [Matplotlib-users] Pyplot contour plot - clabel padding

2014-12-10 Thread Sappy85
Jody, perfect - that work's fine. Regards, Sappy85 -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Pyplot-contour-plot-clabel-padding-tp44554p44591.html Sent from the matplotlib - users mailing list archive at Nabble.com. -

Re: [Matplotlib-users] basemap: pcolormesh plot is blank; pcolor plot works

2014-12-10 Thread Benjamin Root
I am getting something, but the speckled stuff is all on one side, and all monochromatic for most of the pcolormesh plot. I am using basemap 1.0.7 and a development version of matplotlib. Your code looks correct, so I don't know what is wrong. Probably worth filing a bug report: https://github.com/

Re: [Matplotlib-users] Version shows up as 1.5.x

2014-12-10 Thread Benjamin Root
A git clone would likely have set the default branch to master, which tracks our development branch. Releases are tagged, and the latest release has an active maintenance branch if you want to switch to that. Cheers! Ben Root On Wed, Dec 10, 2014 at 10:24 AM, brown wrap wrote: > I am a bit conf

[Matplotlib-users] Version shows up as 1.5.x

2014-12-10 Thread brown wrap
I am a bit confused. I installed the latest version of matplotlib from git, which should have been 1.4.2, but it shows up as 1.5.x. That is what PKG-INFO says as well in the source tree. I posted this yesterday, but I included an attachment. Greg -