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
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
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.
-
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/
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
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
-