8000 TST: new boxplot/bxp test images · srvanrell/matplotlib@bb0b94b · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit bb0b94b

Browse files
phobsonjenshnielsen
authored andcommitted
TST: new boxplot/bxp test images
1 parent ac43dab commit bb0b94b

38 files changed

+588
-774
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -961,16 +961,16 @@ def validate_animation_writer_path(p):
961961
'boxplot.capprops.linewidth': [1.0, validate_float],
962962
'boxplot.capprops.linestyle': ['-', six.text_type],
963963

964-
'boxplot.medianprops.color': ['C0', validate_color],
964+
'boxplot.medianprops.color': ['C1', validate_color],
965965
'boxplot.medianprops.linewidth': [1.0, validate_float],
966966
'boxplot.medianprops.linestyle': ['-', six.text_type],
967967

968-
'boxplot.meanprops.color': ['C1', validate_color],
968+
'boxplot.meanprops.color': ['C2', validate_color],
969969
'boxplot.meanprops.marker': ['^', six.text_type],
970-
'boxplot.meanprops.markerfacecolor': ['C1', validate_color],
971-
'boxplot.meanprops.markeredgecolor': ['C1', validate_color],
970+
'boxplot.meanprops.markerfacecolor': ['C2', validate_color],
971+
'boxplot.meanprops.markeredgecolor': ['C2', validate_color],
972972
'boxplot.meanprops.markersize': [6, validate_float],
973-
'boxplot.meanprops.linestyle': ['none', six.text_type],
973+
'boxplot.meanprops.linestyle': ['--', six.text_type],
974974
'boxplot.meanprops.linewidth': [1.0, validate_float],
975975

976976
## font props
Binary file not shown.
Loading

0 commit comments

Comments
 (0)
0