Re: [Matplotlib-users] Contour line data

2008-12-03 Thread Eric Firing
s, but it should be simple and quick. Eric > > Thanks, > > Mike > > > *Eric Firing <[EMAIL PROTECTED]>* > > 12/03/08 01:59 PM > > > To > Mike Hearne <[EMAIL PROTECTED]> > cc > matplotlib-users@lists.sourceforge.net &g

Re: [Matplotlib-users] Contour line data

2008-12-03 Thread Mike Hearne
TED]> cc matplotlib-users@lists.sourceforge.net Subject Re: [Matplotlib-users] Contour line data Mike Hearne wrote: > > How can I get the actual x,y data that represents the contour lines that > are drawn with the contour() function? > > I'd like to be able to redraw portions of thos

Re: [Matplotlib-users] Contour line data

2008-12-03 Thread Eric Firing
Mike Hearne wrote: > > How can I get the actual x,y data that represents the contour lines that > are drawn with the contour() function? > > I'd like to be able to redraw portions of those lines with different > styles (dashed, dotted, etc.) > > For example, given the following sample code (li

[Matplotlib-users] Contour line data

2008-12-03 Thread Mike Hearne
How can I get the actual x,y data that represents the contour lines that are drawn with the contour() function? I'd like to be able to redraw portions of those lines with different styles (dashed, dotted, etc.) For example, given the following sample code (lifted from the sourceforge example):