Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-08 Thread Benjamin Root
Which version of matplotlib and which backend? Also, don't use == or != when comparing to None. Use "is" and "is not". Ben Root -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compli

[Matplotlib-users] FW: traceback when import matplotlib.pyplot twice

2014-10-08 Thread Mark Janikas
Hi All, I am working on a platform that makes it difficult to provide repro cases... but I am hoping someone can shed some light on what I am seeing... Essentially, I have a program imports another script that* import matplotlib.pyplot as PLT... when it runs more than once then I get the foll

[Matplotlib-users] svg plots don't scale with css; patch.

2014-10-08 Thread Vadim Gutnik
I'm using matplotlib to generate svg plots which I'm putting into an html document. I noticed the plots aren't scaling the way I expect them to with css in an html page, so, a little yak-shaving later, I found a particular line in the source code that I think should change (or be changeable with an

Re: [Matplotlib-users] Antialiasing colorbars

2014-10-08 Thread Jesper Baasch-Larsen
Hi Eric Thanks for your reply and sorry for my late response. Thanks for the pointer. I will try to investigate the issue myself. Best regards, Jesper > Den 30/09/2014 kl. 20.44 skrev Eric Firing : > >> On 2014/09/30, 2:41 AM, Jesper Larsen wrote: >> Hi matplotlib users, >> >> Is it possible

Re: [Matplotlib-users] List of matplotlib-using software for wikipedia

2014-10-08 Thread Paul Kuin
I agree with Skip. On Wed, Oct 8, 2014 at 5:03 PM, Skip Montanaro wrote: > On Sun, Oct 5, 2014 at 4:33 PM, Frank Lindner > wrote: > > I would like to have a list of software, which uses matplotlib to extend > > the wikipedia in some other languages. > > While that is a noble quest, unless you p

Re: [Matplotlib-users] List of matplotlib-using software for wikipedia

2014-10-08 Thread Skip Montanaro
On Sun, Oct 5, 2014 at 4:33 PM, Frank Lindner wrote: > I would like to have a list of software, which uses matplotlib to extend > the wikipedia in some other languages. While that is a noble quest, unless you plan to maintain that list indefinitely, I think it might do more harm than good. Consid

Re: [Matplotlib-users] List of matplotlib-using software for wikipedia

2014-10-08 Thread Michka Popoff
Hi maybe you could also just run a search on github with: “import matplotlib” or “from matplotlib import pyplot" You’ll get thousands of answers, but using the github search API https://developer.github.com/v3/search/, you could filter out this data (by project size or by project activity). Th

Re: [Matplotlib-users] List of matplotlib-using software for wikipedia

2014-10-08 Thread Paul Kuin
Seems to me a weird kind of exercise. Bound to be incomplete to some unknown degree. Whats the point then? On Wed, Oct 8, 2014 at 4:47 PM, Benjamin Root wrote: > No clue, but here is one project to add to some such list: > https://github.com/rillian/isee3-telemetry > > On Sun, Oct 5, 2014 at 5:

Re: [Matplotlib-users] List of matplotlib-using software for wikipedia

2014-10-08 Thread Benjamin Root
No clue, but here is one project to add to some such list: https://github.com/rillian/isee3-telemetry On Sun, Oct 5, 2014 at 5:33 PM, Frank Lindner wrote: > hello everyone, > I would like to have a list of software, which uses matplotlib to extend > the wikipedia in some other languages. do you

Re: [Matplotlib-users] Using unregistered scales

2014-10-08 Thread Pierre Haessig
Hi Paul, Le 06/10/2014 22:27, Paul Hobson a écrit : > I built a ProbabilityScale[2] which I hope one day will be in the > statsmodels library. This just made me think that back in April I was also playing with matplotlib scales for probability distribution. http://nbviewer.ipython.org/gist/pierr