Re: [matplotlib-devel] HTML5 Matplotlib Backend

2010-06-21 Thread Simon Ratcliffe
Hello, Our HTML5 based matplotlib backend is now available at: http://code.google.com/p/mplh5canvas/ There are some basic installation instructions and included examples to get going. Keep in mind that the weakest link at this stage is browser support. We recommend Chrome for the most hassle fr

Re: [matplotlib-devel] HTML5 Matplotlib Backend

2010-06-21 Thread william ratcliff
I just tested it and it's very cool! It works fairly quickly locally. It seems to work for Safari 5 and Chrome beta. Firefox 3.6.3 is a no show. I haven't tried Opera. What I'm really curious about is what is the latency like over the actual internet, or under higher server loads (given the r

[matplotlib-devel] new tick_params: please test

2010-06-21 Thread Eric Firing
It may be bad practice to add functionality this close to 1.0 release, but I couldn't resist. The lack of an easy and interactive way to modify tick and tick label appearance parameters has seemed like a major shortcoming; manipulation of rcParams prior to creation of an Axes is a clumsy worka

Re: [matplotlib-devel] [Python-modules-team] Bug#585442: python-matplotlib: crashes when calling axis() after imshow()

2010-06-21 Thread Sandro Tosi
forwarded 585442 matplotlib-devel@lists.sourceforge.net thanks Hello Matplotlib developers, here below is a report a user of maplotlib sent to the Debian bug tracker. I've verified and it happend also with 0.99.3: $ python -c "import matplotlib as p ; print p.__version__" 0.99.3 $ python mpl_cras

Re: [matplotlib-devel] [Python-modules-team] Bug#585442: python-matplotlib: crashes when calling axis() after imshow()

2010-06-21 Thread Ryan May
I can reproduce here on Gentoo, both with 0.99.3 and SVN trunk. Trunk has the following warnings: /home/rmay/.local/lib/python2.6/site-packages/matplotlib/axes.py:2305: UserWarning: Attempting to set identical xmin==xmax results in singular transformations; automatically expanding. xmin=0, xmax=

Re: [matplotlib-devel] [Python-modules-team] Bug#585442: python-matplotlib: crashes when calling axis() after imshow()

2010-06-21 Thread Eric Firing
On 06/21/2010 12:24 PM, Sandro Tosi wrote: > forwarded 585442 matplotlib-devel@lists.sourceforge.net > thanks > > Hello Matplotlib developers, > here below is a report a user of maplotlib sent to the Debian bug > tracker. I've verified and it happend also with 0.99.3: > > $ python -c "import matplo