Hello,
I use matplotlib 1.5.0 via macports on MacOSX 10.10.5 and I'm testing
the TkAgg backend (the MacOSX backend has some annoying bugs).
I notice the following strange behavior in a IPython 4.0.0 console:
1. run the following lines:
In [1]: %matplotlib tk
In [2]: import matplotlib.pyplot as
Hello,
after looking at the code I found that there are two settings that are
not documented (they are not in the template matplotlibrc) that control
the legend frame: "legend.edgecolor" and "legend.facecolor".
The first is enough for my needs, however I think it would be nice to
add the possibil