Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix #6136: Don't hardcode default scatter size #6202
Conversation
mdboom
added this to the
2.0 (style change major release)
milestone
Mar 21, 2016
mdboom
added the
needs_review
label
Mar 21, 2016
QuLogic
and 1 other
commented on an outdated diff
Mar 22, 2016
doc/users/whats_new/style_changes.rst
| @@ -28,6 +28,13 @@ Colors | ||
| - Grid lines are light grey solid 1pt lines. They are no longer dashed by | ||
| default. | ||
| +Plots | ||
| +````` | ||
| + | ||
| +- The default size of the elements in a scatter plot is now based on | ||
| + the rcParam ``lines.markersize`` so it is consistent with ``plot(X, | ||
| + Y, 'o')``. The old value was 20. |
mdboom
Owner
|
QuLogic
commented on the diff
Mar 22, 2016
|
Updated for @QuLogic's comments |
efiring
added a commit
that referenced
this pull request
Mar 22, 2016
|
|
efiring |
fa18cd4
|
efiring
merged commit fa18cd4
into matplotlib:master
Mar 22, 2016
efiring
removed the
needs_review
label
Mar 22, 2016
efiring
added a commit
that referenced
this pull request
Mar 22, 2016
|
|
efiring |
302c7fd
|
|
Backported to v2.x as 302c7fd |
QuLogic
added default changes Rcparams
labels
Mar 22, 2016
|
I don't need that right now, but maybe for consistency |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mdboom commentedMar 21, 2016
No description provided.