From 28960808eabc9014f7a294f3d6adaa210add9544 Mon Sep 17 00:00:00 2001 From: Marek Rudnicki Date: Tue, 25 Nov 2014 12:08:32 +0100 Subject: [PATCH 1/2] BUG: default legend face and edge colors --- matplotlibrc.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matplotlibrc.template b/matplotlibrc.template index 7950a125c861..31334ebd8777 100644 --- a/matplotlibrc.template +++ b/matplotlibrc.template @@ -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 : None # legend background color (when None inherits from axes.facecolor) -#legend.edgecolor : None # legend edge color (when None inherits from axes.facecolor) +#legend.facecolor : w # legend background color (when None inherits from axes.facecolor) +#legend.edgecolor : k # legend edge color (when None inherits from axes.facecolor) From 921cf7c9d23bae8f60f0de5346fffbdbe1bbbb2c Mon Sep 17 00:00:00 2001 From: Marek Rudnicki Date: Thu, 27 Nov 2014 11:42:56 +0100 Subject: [PATCH 2/2] Revert "BUG: default legend face and edge colors" This reverts commit 28960808eabc9014f7a294f3d6adaa210add9544. --- matplotlibrc.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matplotlibrc.template b/matplotlibrc.template index 31334ebd8777..7950a125c861 100644 --- a/matplotlibrc.template +++ b/matplotlibrc.template @@ -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)