8000 Fix comments · matplotlib/matplotlib@58e66c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58e66c8

Browse files
committed
Fix comments
1 parent 17b71ea commit 58e66c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ def validate_animation_writer_path(p):
848848
# line props
849849
'lines.linewidth': [2.5, validate_float], # line width in points
850850
'lines.linestyle': ['-', six.text_type], # solid line
851-
'lines.color': ['C0', validate_color], # blue
851+
'lines.color': ['C0', validate_color], # first color in color cycle
852852
'lines.marker': ['None', six.text_type], # black
853853
'lines.markeredgewidth': [1.0, validate_float],
854854
'lines.markersize': [6, validate_float], # markersize, in points
@@ -867,7 +867,7 @@ def validate_animation_writer_path(p):
867867
## patch props
868868
'patch.linewidth': [None, validate_float_or_None], # line width in points
869869
'patch.edgecolor': ['k', validate_color], # black
870-
'patch.facecolor': ['C0', validate_color], # blue (first color in color cycle)
870+
'patch.facecolor': ['C0', validate_color], # first color in color cycle
871871
'patch.antialiased': [True, validate_bool], # antialiased (no jaggies)
872872

873873
## Histogram properties

0 commit comments

Comments
 (0)
0