Re: [matplotlib-devel] Nodebox on Qt

2008-06-27 Thread Peter Skomoroch
My coworker Sal Uryasev updated his nodebox code for generating the comparison chart example here: http://media.juiceanalytics.com/downloads/tufte_nodebox_forcepush.py post: http://www.juiceanalytics.com/writing/tufte-style-comparison-chart-generator/ This kind of chart is very similar to energy

[matplotlib-devel] Nodebox on Qt

2008-06-27 Thread Fernando Perez
Hey folks, for those of you who hadn't heard of nodebox, it's a very neat viz/plotting library that is much more on the 'fancy visuals' end of things than the 'scientific plotting'. I'd never mentioned it here because it used to be OSX-only, but an MPL fan at a conference just pointed me to its r

[matplotlib-devel] Bug in scale.py

2008-06-27 Thread Ryan May
Hi, I think I found a bug while looking over scale.py: 127 class InvertedNaturalLogTransform(Transform): 128 input_dims = 1 129 output_dims = 1 130 is_separable = True 131 base = np.e 132 133 def transform(self, a):

[matplotlib-devel] Scipy08 Paper submission deadline extention to Monday 30th

2008-06-27 Thread Gael Varoquaux
The deadline for submitting abstracts to the Scipy conference was tonight. In order to give you more time to submit excellent abstracts, the review committee is extending the deadline to Monday (June 30th), and will work hastily to get all of them reviewed in time for the program announcement, on T

Re: [matplotlib-devel] GTK pylab console

2008-06-27 Thread John Hunter
On Fri, Jun 27, 2008 at 8:03 AM, Nicolas Rougier <[EMAIL PROTECTED]> wrote: > I've developed a GTK/Python/Pylab console that is able to display > most matplotlib figures directly within the console and handle > matplotlib mouse events properly. What would be really great is if you could insert th

Re: [matplotlib-devel] Minor typo in docs

2008-06-27 Thread Michael Droettboom
Thanks, Chris. Fixed. Mike Chris Walker wrote: > The patch below fixes a minor typo in the documentation. > > Chris > > [EMAIL PROTECTED]:~/mydeb/mpl-svn/matplotlib/trunk/matplotlib/lib/matplotlib$ > svn diff afm.py > Index: afm.py > ===

[matplotlib-devel] Minor typo in docs

2008-06-27 Thread Chris Walker
The patch below fixes a minor typo in the documentation. Chris [EMAIL PROTECTED]:~/mydeb/mpl-svn/matplotlib/trunk/matplotlib/lib/matplotlib$ svn diff afm.py Index: afm.py === --- afm.py (revision 5683) +++ afm.py (workin

[matplotlib-devel] GTK pylab console

2008-06-27 Thread Nicolas Rougier
Hi all, I've developed a GTK/Python/Pylab console that is able to display most matplotlib figures directly within the console and handle matplotlib mouse events properly. Screenshots and sources are available at: http://www.loria.fr/~rougier/pylab.html I've tested several examples from matp

Re: [matplotlib-devel] mathtext bug

2008-06-27 Thread Michael Droettboom
Thanks. It's supposed to try an autodelimiter (something like "\left(" ) first, and then fallback to regular symbols. Unfortunately, inside a group, the fallback wasn't happening correctly. It's a one character fix. ;) Cheers, Mike Manuel Metz wrote: > Hi, > just want to point to a bug (2