Re: [matplotlib-devel] Proposal for Broken Axes

2010-03-29 Thread Jae-Joon Lee
On Mon, Mar 29, 2010 at 12:30 PM, Jeff Klukas wrote: > # Create BrokenAxes with bottom from 0 to 5 and top from 30 to 35 > ax = plt.broken_axes(ybounds=[0.,5.,30.,35.]) > # Plot a line onto BOTH subaxes > ax.plot(range(35),range(35)) > > The call to plot would get routed through __getattribute__,

Re: [matplotlib-devel] Proposal for Broken Axes

2010-03-29 Thread Jeff Klukas
I haven't heard a response back about the proposal I posted for broken axes. Hopefully that just means people are busy :). If there are concerns about the method or interface, I'm certainly open to hearing them. In the meantime, I've been thinking about the interface, and I think the more corre