File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ def validate_animation_writer_path(p):
865
865
'verbose.fileo' : ['sys.stdout' , six .text_type ],
866
866
867
867
# line props
868
- 'lines.linewidth' : [2 .5 , validate_float ], # line width in points
868
+ 'lines.linewidth' : [1 .5 , validate_float ], # line width in points
869
869
'lines.linestyle' : ['-' , six .text_type ], # solid line
870
870
'lines.color' : ['b' , validate_color ], # blue
871
871
'lines.marker' : ['None' , six .text_type ], # black
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ backend : $TEMPLATE_BACKEND
78
78
### LINES
79
79
# See http://matplotlib.org/api/artist_api.html#module-matplotlib.lines for more
80
80
# information on line properties.
81
- #lines.linewidth : 2.0 # line width in points
81
+ #lines.linewidth : 1.5 # line width in points
82
82
#lines.linestyle : - # solid line
83
83
#lines.color : blue # has no affect on plot(); see axes.prop_cycle
84
84
#lines.marker : None # the default marker
You can’t perform that action at this time.
0 commit comments