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

2012-06-05 Thread Guillaume Gay
Le 05/06/2012 16:25, Tom Dimiduk a écrit : > Is any of this stuff I should be looking to upstream or split off into > the start of a scientific imaging library for python? Have you had a look at skimage https://github.com/scikits-image ? BTW I uses matplotlib (and the whole pylab suite) in my pro

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

2012-06-05 Thread Fernando Perez
On Tue, Jun 5, 2012 at 10:18 AM, Eric Firing wrote: > In oceanography: it is used in the shipboard ADCP data acquisition and > processing systems, presently installed on 20 ships. Suggestion: let's have for mpl something like what we created long ago for IPython, an official page listing projects

Re: [Matplotlib-users] Dark or inverted color scheme

2012-06-05 Thread David Smith
I got pretty good results with the code below. Note that I am reading the FLIP_COLORS from a gui checkbox. FLIP_COLORS = self.dark_background_flag.get() if FLIP_COLORS: matplotlib.rcParams['figure.facecolor'] = '0.0' matplotlib.rcParams['axes.edgecolor'] = '

Re: [Matplotlib-users] get colorlist and values from existing matplotlib colormaps?

2012-06-05 Thread wiswit
Thanks Eric. This is quite an informative answer about colormap! The first part of the answer is exactly what I need. cheers, Chao efiring wrote: > > On 06/02/2012 03:37 AM, Chao YUE wrote: >> Dear all, >> >> I find I would like to make some change from the existing colormaps. for >> exampl

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

2012-06-05 Thread Eric Firing
On 06/03/2012 01:41 PM, Kevin Hunter wrote: > Hullo List, > > I've just spent 20 minutes of searching with various terms and no luck > finding even one answer: What open source projects use matplotlib? > > I'm especially interested in open source /science/ projects that use > matplotlib. > > I got

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

2012-06-05 Thread Kevin Hunter
At 10:25am -0400 Tue, 05 Jun 2012, Tom Dimiduk wrote: > On 06/05/2012 10:14 AM, Kevin Hunter wrote: >> At 10:47pm -0400 Sun, 03 Jun 2012, Tom Dimiduk wrote: >>> Very few people outside my group use it at the moment, but that >>> looks to be changing at least a bit. I will hopefully get a paper >>>

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

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

2012-06-05 Thread Juan José Gómez Romera
Hi, use apt-rdepends with reverse modo: apt-rdepends -r python-matplotlib Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho python-matplotlib Reverse Depende: epigrass (2.0.3-1) Reverse Depende: gastables (0.3-2) Reverse Depende: model

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

2012-06-05 Thread Youngung Jeong
I use matplotlib for my pole figure plotting. Pole figure is a 2D graphical method to represent the 3D crystallographic orientation of various crystal structures. And like most of scientific small tools, though I didn't mean to make it private, I have been the only user of my own program... Anyway,

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

2012-06-05 Thread Tom Dimiduk
On 06/05/2012 10:14 AM, Kevin Hunter wrote: > At 10:47pm -0400 Sun, 03 Jun 2012, Tom Dimiduk wrote: >> Very few people outside my group use it at the moment, but that looks >> to be changing at least a bit. I will hopefully get a paper out about >> the code by the end of the summer. > > I'm in a si

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

2012-06-05 Thread Jason Grout
On 6/3/12 6:41 PM, Kevin Hunter wrote: > I'm especially interested in open source/science/ projects that use > matplotlib. Sage (sagemath.org) uses matplotlib for nearly all its 2d graphics. Jason -- Live Security Virt

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

2012-06-05 Thread Kevin Hunter
At 3:31pm -0400 Mon, 04 Jun 2012, Michael Droettboom wrote: > This is one of the big challenges of open science right now, in my > opinion, is how to better share the *applications* for science > rather than just the *libraries*. This is a good point. I've had similar observations but haven't bee

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

2012-06-05 Thread Kevin Hunter
At 10:47pm -0400 Sun, 03 Jun 2012, Tom Dimiduk wrote: > Very few people outside my group use it at the moment, but that looks > to be changing at least a bit. I will hopefully get a paper out about > the code by the end of the summer. I'm in a similar boat with the research on which I'm working, p

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

2012-06-05 Thread Kevin Hunter
At 8:15pm -0400 Sun, 03 Jun 2012, Josef wrote: > On Sun, Jun 3, 2012 at 7:41 PM, Kevin Hunter wrote: >> I've just spent 20 minutes of searching with various terms and no luck >> finding even one answer: What open source projects use matplotlib? > Maybe scanning the Debian required and recommended