From: Jae-Joon L. <lee...@gm...> - 2011-03-07 17:28:49
|
On Tue, Mar 8, 2011 at 2:20 AM, Benjamin Root <ben...@ou...> wrote: > And this appears to be a bug. Looks like the call signature for the legend > object's get_window_extent() doesn't match the call signature for all other > artists. > Yes. It is a bug. Meanwhile, you may use bbox_extra_artists=[leg.legendPatch] as a workaround. Regards, -JJ |