Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use edgecolor rather than linewidth to control edge display. #6904
Conversation
efiring
added the
needs_review
label
Aug 5, 2016
efiring
added this to the
2.0 (style change major release)
milestone
Aug 5, 2016
|
Appveyor failure is unrelated--seems to be some interior Appveyor glitch in the build process. |
efiring
referenced
this pull request
Aug 7, 2016
Closed
bar(..., linewidth=None) doesn't display bar edges with mpl2.0b3 #6894
tacaswell
merged commit 36f1353
into matplotlib:master
Aug 22, 2016
tacaswell
removed the
needs_review
label
Aug 22, 2016
tacaswell
added a commit
that referenced
this pull request
Aug 22, 2016
|
|
tacaswell |
7bf436c
|
|
backported to v2.x as 7bf436c |
This was referenced Sep 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
efiring commentedAug 5, 2016
•
edited
Closes #6844.
An rcParam['patch.force_edgecolor'] was added so that a default
edgecolor can be specified to be used always (as in classic mode),
or to be used only when a fillable object is not actually filled.