Skip to content

Navigation Menu

Sign in
Appearance settings

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

Appearance settings

Commit bb0b94b

Browse filesBrowse files
phobsonjenshnielsen
authored andcommitted
TST: new boxplot/bxp test images
1 parent ac43dab commit bb0b94b
Copy full SHA for bb0b94b
Expand file treeCollapse file tree

38 files changed

+588
-774
lines changed

‎lib/matplotlib/rcsetup.py

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+5-5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.