[matplotlib-devel] Thoughts on more loosely coupling Axes objects from Figures

2011-10-30 Thread Lee McCuller
I'm trying to develop some control-systems libraries and I would like to add some functionality to give plots of transfer-function representations, but I've run into a bit of a stumbling-block. For a given transfer function, I would like to give a way of constructing a an Axes object to be added in

Re: [matplotlib-devel] Sankey documentation missing in v1.1?

2011-10-30 Thread Benjamin Root
On Sunday, October 30, 2011, Kevin Davies wrote: > Hello, > > I don't think the web documentation is showing up for the new Sankey diagram class. I probably failed to hook it in somehow. Could someone please take a look? > > The file that would have produced the documentation is matplotlib/lib/m

[matplotlib-devel] Sankey documentation missing in v1.1?

2011-10-30 Thread Kevin Davies
Hello, I don't think the web documentation is showing up for the new Sankey diagram class.  I probably failed to hook it in somehow.  Could someone please take a look?   The file that would have produced the documentation is matplotlib/lib/matplotlib/sankey

Re: [matplotlib-devel] Keybinding doc & close window

2011-10-30 Thread Antoine Levitt
30/10/11 00:27, John Hunter > On Sat, Oct 29, 2011 at 2:52 PM, Antoine Levitt > wrote: >> Just typing f = gcf() displays a figure, which I don't want to do. I >> want to be able to put something in my ipython init file that'd set my >> bindings, without changing anything else. > > This is a reason