Re: [Matplotlib-users] [matplotlib-devel] Capitalization of Matplotlib

2015-02-16 Thread Paul Kuin
Ah, since it is a proper name it should be capitalised, but it never was. I think that it should remain uncapitalised and that you want to propose an alternative, like a change in type for the proper name matplotlib. Could be typescript, or something else. Paul On Mon, Feb 16, 2015 at 6:23 PM, Ne

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 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] CMYK

2013-01-30 Thread Paul Kuin
For what it's worth. While the RGB system is native to monitor devices, since they produce light of certain colours, CMYK is the colour system of printer materials etc. since they absorb the colours, but reflect those we see. That means designs must be made in CMYK for pronter materials and in RG

Re: [Matplotlib-users] Scatter legend woes.

2012-06-13 Thread Paul Kuin
I have a routine where I start outside the loop with and empty sequence > leg = [] then add at each iteration the label > leg.append('mylabel') then call legend with the sequence at the end > legend(leg) I think I once truncated the list and got part only > legend(leg[:2]) It depends on what y

Re: [Matplotlib-users] who (F/OSS science) uses matplotlib?

2012-06-05 Thread Paul Kuin
If I'm not wrong, the python packages at the Space Telescope Institute use matplotlib extensively for astronomical use (http://www.stsci.edu/institute/software_hardware/pyraf), and provide a hook to the IRAF image libraries (http://www.stsci.edu/institute/software_hardware/pyraf). Too much to brief

Re: [Matplotlib-users] Pyplot interactive mode. Issue or misuse?

2011-04-03 Thread Paul Kuin
I don't use 'draw()' Paul On Sun, Apr 3, 2011 at 7:07 PM, Daπid wrote: > Hello. > > I want to plot the result of a calculation, show it, modify and > repeat. I have tried with pyplot interactive mode, see code: > http://pastebin.com/jsdsLN4z > > The first plot shows fine, but from now on, al

[Matplotlib-users] problem with Tkagg

2011-03-27 Thread Paul Kuin
Hi, I have a Macbook with OS 10.6.6 with a fink installation and am still using python 2.5.5. I installed matplotlib 1.0.0. The backend is Tkagg. Trying to start a plot causes a crash of the python shell as follows: bash-3.2$ python2.5 Python 2.5.5 (r255:77872, Mar 27 2011, 11:08:21) [GCC