Re: [Matplotlib-users] Contour line data

2008-12-03 Thread Mike Hearne
bjects have a vertices property which looks like the stuff I want. I'll explore this for a while. Anyone who knows more about these objects, feel free to chime in! Thanks, Mike Eric Firing <[EMAIL PROTECTED]> 12/03/08 01:59 PM To Mike Hearne <[EMAIL PROTEC

[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):

Re: [Matplotlib-users] plot with drop shadow

2008-12-01 Thread Mike Hearne
t;[EMAIL PROTECTED]> 12/01/08 02:25 PM To matplotlib-users@lists.sourceforge.net cc Subject Re: [Matplotlib-users] plot with drop shadow Mike Hearne wrote: > Along similar lines, has anyone figured out a way to have a drop shadow effect for text on a plot? Out of curiosity, what is

Re: [Matplotlib-users] plot with drop shadow

2008-12-01 Thread Mike Hearne
Along similar lines, has anyone figured out a way to have a drop shadow effect for text on a plot? twentypoundtrout <[EMAIL PROTECTED]> 12/01/08 01:43 PM To matplotlib-users@lists.sourceforge.net cc Subject Re: [Matplotlib-users] plot with drop shadow John Hunter-4 wrote: > > On Mo