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.

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 franklindne...@gmail.com wrote: hello everyone, I would like to have a list of software, which uses matplotlib to extend the wikipedia in some

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 ben.r...@ou.edu wrote: No clue, but here is one project to add to some such list: https://github.com/rillian/isee3-telemetry On Sun, Oct

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).

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 franklindne...@gmail.com 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

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 s...@pobox.com wrote: On Sun, Oct 5, 2014 at 4:33 PM, Frank Lindner franklindne...@gmail.com wrote: I would like to have a list of software, which uses matplotlib to extend the wikipedia in some other languages. While that

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 efir...@hawaii.edu: On 2014/09/30, 2:41 AM, Jesper Larsen wrote: Hi matplotlib users, Is it

[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

[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

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 Compliant