From: Jae-Joon L. <lee...@gm...> - 2008-06-30 19:17:45
|
Hi, I sometimes use a custom Axes class, and want to use it with add_subplot() command. As a matter of fact, it IS possible with current version of matplotlib but it seems a bit inconvenient to me. Here is what I do. class MyAxes(maxes.Axes): name="myaxes" |