8000 Added legend.framealpha to rcParams, as mentioned in axes.legend docstring by e-q · Pull Request #3369 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Added legend.framealpha to rcParams, as mentioned in axes.legend docstring #3369

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

Merged
merged 3 commits into from
Sep 18, 2014
Merged
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
Next Next commit
Added legend.framealpha line to template rcparam file
  • Loading branch information
e-q committed Aug 15, 2014
commit 0b4b6fa39438605eb221ced958ffe6862cd0f145
1 change: 1 addition & 0 deletions matplotlibrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ backend : %(backend)s
#legend.columnspacing : 2. # the border between the axes and legend edge in fraction of fontsize
#legend.shadow : False
#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

### FIGURE
Expand Down
0