On Mon, Jul 27, 2009 at 10:55 AM, Tony S Yu<ton...@mit.edu> wrote:
> Below is some code to do 1, 2, and 4.
> The 3rd issue is a bit more difficult. One approach is to use
> Jae-Joon's AxesGrid toolkit; you
> may need to be using the latest development version of matplotlib to use the toolkit.
> BTW, does anyone know why it's ``ax.set_axis_bgcolor`` instead of
> ``ax.set_facecolor``?

very old legacy where the axis background color "bgcolor" predated the
existance of an axes patch with the unified kwargs.  If people want to
deprecate it in favor of

  ax.patch.set_facecolor(color)

I don't object.

JDH

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to