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