|
From: Nicolas R. <Nic...@in...> - 2011-09-17 17:23:01
|
Hi folks, I am pleased to announce a new release of glumpy, a small python library for the (very) fast vizualization of numpy arrays, (mainly two dimensional) that has been designed with efficiency in mind. If you want to draw nice figures for inclusion in a scientific article, you’d better use matplotlib but if you want to have a sense of what’s going on in your simulation while it is running, then maybe glumpy can help you. Download and screenshots at: http://code.google.com/p/glumpy/ Nicolas |
|
From: Nicolas R. <Nic...@in...> - 2011-09-16 18:29:00
|
Hi folks, I am pleased to announce a new release of glumpy, a small python library for the (very) fast vizualization of numpy arrays, (mainly two dimensional) that has been designed with efficiency in mind. If you want to draw nice figures for inclusion in a scientific article, you’d better use matplotlib but if you want to have a sense of what’s going on in your simulation while it is running, then maybe glumpy can help you. Download and screenshots at: http://code.google.com/p/glumpy/ Nicolas |
|
From: Stef M. <ste...@gm...> - 2011-09-18 12:00:16
|
hi Nicolas, looks very interesting. I was considering to move from MatPlotLib to guiqwt, because of it's easy interactive plots. But I see glumpy has it too. Can show the source code for the interactive plot in your examples ? thanks, stef On 17-09-2011 19:22, Nicolas Rougier wrote: > > Hi folks, > > I am pleased to announce a new release of glumpy, a small python library for the (very) fast > vizualization of numpy arrays, (mainly two dimensional) that has been designed with efficiency in > mind. If you want to draw nice figures for inclusion in a scientific article, you'd better use > matplotlib but if you want to have a sense of what's going on in your simulation while it is > running, then maybe glumpy can help you. > > > Download and screenshots at: http://code.google.com/p/glumpy/ > > Nicolas > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
|
From: Nicolas R. <Nic...@in...> - 2011-09-18 17:26:01
|
The interactive plot has been done using the AntTweakBar library and is not really user friendly. You can view the source from the demos directory: http://code.google.com/p/glumpy/source/browse/demos/atb.py Also, note that glumpy is not a replacement for matplotlib but rather a testbed for a future OpenGL backend to be integrated into matplotlib. Nicolas On Sep 18, 2011, at 14:00 , Stef Mientki wrote: > hi Nicolas, > > looks very interesting. > > I was considering to move from MatPlotLib to guiqwt, > because of it's easy interactive plots. > But I see glumpy has it too. > Can show the source code for the interactive plot in your examples ? > > thanks, > stef > > > On 17-09-2011 19:22, Nicolas Rougier wrote: >> >> >> Hi folks, >> >> I am pleased to announce a new release of glumpy, a small python library for the (very) fast vizualization of numpy arrays, (mainly two dimensional) that has been designed with efficiency in mind. If you want to draw nice figures for inclusion in a scientific article, you’d better use matplotlib but if you want to have a sense of what’s going on in your simulation while it is running, then maybe glumpy can help you. >> >> >> Download and screenshots at: http://code.google.com/p/glumpy/ >> >> Nicolas >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> http://p.sf.net/sfu/rim-devcon-copy2 >> >> >> _______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2_______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
|
From: Stef M. <ste...@gm...> - 2011-09-21 19:40:55
|
thanks Nicolas, On 18-09-2011 19:25, Nicolas Rougier wrote: > > > The interactive plot has been done using the AntTweakBar library and is not really user friendly. > You can view the source from the demos directory: > > http://code.google.com/p/glumpy/source/browse/demos/atb.py > I'll take a look, > Also, note that glumpy is not a replacement for matplotlib but rather a testbed for a future > OpenGL backend to be integrated into matplotlib. Yes but I'm an engineer and therefor not interested in high quality publication plots. cheers, Stef > > Nicolas > > > On Sep 18, 2011, at 14:00 , Stef Mientki wrote: > >> hi Nicolas, >> >> looks very interesting. >> >> I was considering to move from MatPlotLib to guiqwt, >> because of it's easy interactive plots. >> But I see glumpy has it too. >> Can show the source code for the interactive plot in your examples ? >> >> thanks, >> stef >> >> >> On 17-09-2011 19:22, Nicolas Rougier wrote: >>> >>> Hi folks, >>> >>> I am pleased to announce a new release of glumpy, a small python library for the (very) fast >>> vizualization of numpy arrays, (mainly two dimensional) that has been designed with efficiency >>> in mind. If you want to draw nice figures for inclusion in a scientific article, you’d better >>> use matplotlib but if you want to have a sense of what’s going on in your simulation while it is >>> running, then maybe glumpy can help you. >>> >>> >>> Download and screenshots at: http://code.google.com/p/glumpy/ >>> >>> Nicolas >>> >>> >>> ------------------------------------------------------------------------------ >>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>> http://p.sf.net/sfu/rim-devcon-copy2 >>> >>> >>> _______________________________________________ >>> Matplotlib-users mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> http://p.sf.net/sfu/rim-devcon-copy2_______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |