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
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
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'] = '
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
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
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
>>>
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
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
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,
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
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
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
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
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
14 matches
Mail list logo