canvas icon indicating copy to clipboard operation
canvas copied to clipboard

canvas is a simple interface to most common matplotlib functions

Results 3 canvas issues
Sort by recently updated
recently updated
newest added

A user of Shoebot accidentally installed canvas under python3, unfortunately it broke because of the use of cStringIO. https://github.com/shoebot/shoebot/issues/255 Either change it to the above so it works on both...

Ohai, You forgot to do a "stdist" before pushing the release to pypi, therefor pip/easy_install can't download it :/ A correct command could be: ``` python setup.py sdist upload ```...