On Fri, Jun 5, 2009 at 4:56 AM, Paul Anton
Letnes<paul.anton.let...@gmail.com> wrote:
> Hi Chaitanya (and everyone else),
>
>
> thanks for some nice advice! The font and legend frame tips worked
> quite well.
>
> I would appreciate it if it was possible to remove the legend frame by
> default, i.e. in the matplotlibrc file, if possible. In my opinion,
> this frame clutters the plot unnecessarily; I rarely see such frames
> in publications.

I frequently make the frame semi-transparent, though this won't work for EPS

  leg = ax.legend(...)
  lege.get_frame().set_alpha(0.5)

Some rc default for the legend frame (on/off, alpha) would be useful.

JDH

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to