Skip to content

Add legend.facecolor and edgecolor to rcParams #3792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "BUG: default legend face and edge colors"
This reverts commit 2896080.
  • Loading branch information
Marek Rudnicki committed Nov 27, 2014
commit 921cf7c9d23bae8f60f0de5346fffbdbe1bbbb2c
4 changes: 2 additions & 2 deletions matplotlibrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ backend : %(backend)s
#legend.frameon : True # whether or not to draw a frame around legend
#legend.framealpha : 1.0 # opacity of of legend frame
#legend.scatterpoints : 3 # number of scatter points
#legend.facecolor : w # legend background color (when None inherits from axes.facecolor)
#legend.edgecolor : k # legend edge color (when None inherits from axes.facecolor)
#legend.facecolor : None # legend background color (when None inherits from axes.facecolor)
#legend.edgecolor : None # legend edge color (when None inherits from axes.facecolor)



Expand Down