Re: [Matplotlib-users] creating a path from multiple sets of xy coordinates (inner and outer outlines)

2015-04-17 Thread Denis-Alexander Engemann
Thanks everyone, I finally got back to this, your suggestions worked like a charme, example outputs can be seen here: https://github.com/mne-tools/mne-python/pull/1972 Best, Denis 2014-12-23 12:27 GMT+01:00 Phil Elson : > If I understand your question fully, then yes it does. > Have

Re: [Matplotlib-users] creating a path from multiple sets of xy coordinates (inner and outer outlines)

2014-12-22 Thread Denis-Alexander Engemann
Thanks Phil, just to make sure I inderstand the logic of PathPatch. Does it cut out vertices / paths that are detected to be inside an outline as the star in this example? -Denis 2014-12-22 12:09 GMT+01:00 Phil Elson : > Sorry its taken so long to get an answer, but essentially you want

[Matplotlib-users] creating a path from multiple sets of xy coordinates (inner and outer outlines)

2014-12-19 Thread Denis-Alexander Engemann
at I need to do would not work by simply masking my image using a masked array. Any pointer would be highly appreciated -- Denis -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly

Re: [Matplotlib-users] using .set_clip_path methods

2014-07-08 Thread Denis-Alexander Engemann
... I meanwhile figured it out myself. https://gist.github.com/dengemann/9081fc259ee5d03ffc6a It wasn't clear to me that one needs to pass the transform of the axis object. Hope it will help someone else in the future. Best, Denis On Tue, Jul 8, 2014 at 5:08 PM, Denis-Alexander Eng

Re: [Matplotlib-users] using .set_clip_path methods

2014-07-08 Thread Denis-Alexander Engemann
And to anticipate the question, I'm using a recent Anaconda for Mac OS X with matplotlib version 1.3.1. On Tue, Jul 8, 2014 at 4:55 PM, Denis-Alexander Engemann < denis.engem...@gmail.com> wrote: > Dear list, > > I'm having a very simple use case where I want to clip an

[Matplotlib-users] using .set_clip_path methods

2014-07-08 Thread Denis-Alexander Engemann
I haven't been successful. Any hint would be highly appreciated. Best, Denis -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Co

Re: [Matplotlib-users] [mplot3d] change axis background color

2010-06-04 Thread Denis Laxalde
Le jeudi 03 juin 2010 à 11:41 -0400, Jae-Joon Lee a écrit : > On Wed, Jun 2, 2010 at 2:46 PM, Denis Laxalde wrote: > > That would indeed be a better approach. Can somebody points me to the > > particular methods/attributes to look at ? > > > > As far as I can see,

Re: [Matplotlib-users] [mplot3d] change axis background color

2010-06-02 Thread Denis Laxalde
On Wed, 02 Jun 2010 06:54:11 -1000, Eric Firing wrote: > On 06/02/2010 05:53 AM, Jae-Joon Lee wrote: >> On Wed, Jun 2, 2010 at 10:42 AM, Denis Laxalde wrote: >>> This is set in axis3d module (class Axis), by _AXINFO. >>> So far, I haven't found a way to modify

Re: [Matplotlib-users] [mplot3d] change axis background color

2010-06-02 Thread Denis Laxalde
This is set in axis3d module (class Axis), by _AXINFO. So far, I haven't found a way to modify colors/transparency but to edit the latter file. Is this hard-coded or is there a way to modify this a posteriori ? Cheers, Denis Le 02-06-2010, Benjamin Root a écrit : > Huh, how about

Re: [Matplotlib-users] [mplot3d] change axis background color

2010-06-01 Thread Denis Laxalde
n was not very clear perhaps...) Denis Le mardi 01 juin 2010 à 16:57 -0500, Benjamin Root a écrit : > Denis, > > There are probably other ways, but the one that I know off the top of my > head is done at the savefig() function. If you want to remove the > background entirely,

[Matplotlib-users] [mplot3d] change axis background color

2010-06-01 Thread Denis Laxalde
Hi, Is there a way to change (and maybe remove) the background color (gray by default) of axis in mplot3d graphics ? Thanks, Denis -- ___ Matplotlib-users mailing list

[Matplotlib-users] greppable cheat sheet for matplotlib ?

2009-12-07 Thread denis
| less to grep again / highlight to home in. Thanks, cheers -- denis -- Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth session

[Matplotlib-users] figure figsize (10, 4) just like (12, 4) (newbie)

2009-11-24 Thread denis
n the doc ?) Thanks, cheers -- denis -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, cor

Re: [Matplotlib-users] speeding-up griddata()

2009-07-27 Thread Denis-B
in interpolate_one might be the time hog; I see claims that plain is faster. StackVector in http://stackoverflow.com/questions/354442/looking-for-c-stl-like-vector-class-but-using-stack-storage looks nice, but I haven't timed it myself. cheers -- denis -- View this message in co

Re: [Matplotlib-users] speeding-up griddata()

2009-07-24 Thread Denis-B
Jeff Whitaker wrote: > > > Denis: I have added an 'interp' keyword to griddata (svn revision 7287) > so you can choose the faster linear interpolation with interp='linear'. > > Thanks Jeff, that was quick. Do you also see linear wy faster

Re: [Matplotlib-users] speeding-up griddata()

2009-07-21 Thread Denis-B
eal user or two tell us about the flow, with some rough numbers for Ntri Ngrid Npix -- Ntri = nr original sample points, say 1000 Ngrid 100 x 100 Npix 800 x 600 ? (Ntri -> Ngrid slowly and accurately, then Ngrid -> Npix w fast inaccurate image interpolation ? hmm.) cheers -- de

[Matplotlib-users] Real-time plotting

2007-06-11 Thread Rutkov Denis
Hello everyone! I'm seeking help with real-time plotting using Python and MatPlotLib. I've encoutered several problems so far: 1. There is no function to just add a point to the existing curve, so each time the data is updated all the curve has to be redrawn. This is not a clean solution for the

[Matplotlib-users] (no subject)

2007-06-11 Thread Rutkov Denis
Hello everyone! I'm seeking help with real-time plotting using Python and MatPlotLib. I've encoutered several problems so far: 1. There is no function to just add a point to the existing curve, so each time the data is updated all the curve has to be redrawn. This is not a clean solution for the