Skip to content

Commit

Permalink
Fix matplotlib#5419: Set default figure background to white
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Dec 14, 2015
1 parent 3f3496e commit e07f515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions matplotlibrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ backend : %(backend)s

# When True, the figures rendered in the nbagg backend are created with
# a transparent background.
# nbagg.transparent : True
# nbagg.transparent : False

# if you are running pyplot inside a GUI and your backend choice
# conflicts, we will automatically try to find a compatible one for
Expand Down Expand Up @@ -390,8 +390,8 @@ backend : %(backend)s
#figure.titlesize : medium # size of the figure title
#figure.titleweight : normal # weight of the figure title
#figure.figsize : 8, 6 # figure size in inches
#figure.dpi : 100 # figure dots per inch
#figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
#figure.dpi : 100 # figure dots per inch
#figure.facecolor : white # figure facecolor; 0.75 is scalar gray
#figure.edgecolor : white # figure edgecolor
#figure.autolayout : False # When True, automatically adjust subplot
# parameters to make the plot fit the figure
Expand Down

0 comments on commit e07f515

Please sign in to comment.