{{ message }}
Add boxplot params to rctemplate - #5526
Merged
tacaswell merged 2 commits intoNov 20, 2015
Merged
Conversation
Member
Member
|
They are already in the classic style, though I discovered a bug in them yesterday. @phobson: Maybe you could make this change here as well? diff --git a/lib/matplotlib/mpl-data/stylelib/classic.mplstyle b/lib/matplotlib/mpl-data/stylelib/classic.mplstyle
index 0f61a53..86b4c22 100644
--- a/lib/matplotlib/mpl-data/stylelib/classic.mplstyle
+++ b/lib/matplotlib/mpl-data/stylelib/classic.mplstyle
@@ -322,11 +322,11 @@ boxplot.capprops.color: k
boxplot.capprops.linestyle: -
boxplot.capprops.linewidth: 1.0
boxplot.flierprops.color: b
-boxplot.flierprops.linestyle: -
+boxplot.flierprops.linestyle: none
boxplot.flierprops.linewidth: 1.0
boxplot.flierprops.marker: +
boxplot.flierprops.markeredgecolor: k |
Member
Author
|
@mdboom done! that explains why my result images in default boxplot style PR were so o_0 |
Member
Author
|
Ok, I've confirmed that #5523 depends on this to produce meaningful test images |
tacaswell
added a commit
that referenced
this pull request
Nov 20, 2015
MNT: Add boxplot params to rctemplate
tacaswell
added a commit
that referenced
this pull request
Nov 20, 2015
MNT: Add boxplot params to rctemplate
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Also flailing here.
Part of the work that goes with #5523.
Aims to close #5441