-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
rc defaults incorrectly interpreted by colorbar #2296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Confirmed in a more recent version as well. |
The issue is that for reasons that are not clear to me, the outline box of the color bar is drawn with a Line2D object ( https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/colorbar.py#L418 ) which should respect the rcparam set here. I suspect the fix will be to change the @eyurtsev as a side comment, can you paste the relevant code into the issue text in the future? |
It will have to be a polygon, not a rectangle; it's not always rectangular. |
Fixed by #2352 |
There should be no circles around the colorbar.
See code here: http://nbviewer.ipython.org/6234558
Linux twiddles 3.2.0-51-generic-pae #77-Ubuntu SMP Wed Jul 24 20:40:32 UTC 2013 i686 i686 i386 GNU/Linux
1.1.1rc
Obtained using apt-get
The text was updated successfully, but these errors were encountered: