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