Re: [Matplotlib-users] Evolution of the interface

2013-03-15 Thread todd rme
On Mar 15, 2013 4:01 PM, "Christophe BAL" wrote: > > Hello, > I really appreciate the work done by matplotlib but I really think that > the interface must evolve. Here is a small example. > > object.set_something(...) > object.get_something() > > It could be easier to use a jQuery like sty

Re: [Matplotlib-users] [matplotlib-devel] ANN: mpltools 0.1 release

2012-07-17 Thread todd rme
On Wed, Jul 11, 2012 at 5:23 PM, John Hunter wrote: > > > On Wed, Jul 11, 2012 at 10:09 AM, Damon McDougall > wrote: >> >> Well, as Ben said, that error fill plot is neato! It doesn't look too >> complicated, either. I'd be more than happy to port it over later today >> when I get bored of typing

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

2012-06-06 Thread todd rme
On Wed, Jun 6, 2012 at 8:01 AM, Guillaume Gay wrote: > 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 ? >

[Matplotlib-users] Matplotlib plugin for Qt Designer

2012-03-11 Thread todd rme
I am interested in making a python GUI that includes an axis. Qt's python bindings offers most of the GUI elements I need, and Qt designer provides a great graphical design tool for making python user interfaces. However, I notice that matplotlib is not integrated with Qt Designer. Qt Designer a

Re: [Matplotlib-users] Feature request: automatic scaling of subplots, margins, etc

2011-05-11 Thread todd rme
On Wed, May 11, 2011 at 1:59 PM, Benjamin Root wrote: > > > On Wed, May 11, 2011 at 12:47 PM, Brendan Barnwell > wrote: >>        One thing I've always wondered: is it fundamentally impossible to >> change the fact that, in matplotlib, you cannot know how big a drawn >> object will be until you a

Re: [Matplotlib-users] Fonts not found

2011-01-21 Thread todd rme
On Thu, Jan 20, 2011 at 2:09 PM, Uri Laserson wrote: > Hi all, > I recently reinstalled MPL from scratch on top of python2.7 that I built > from scratch using homebrew on OS X Snow Leopard.  Since then, I have been > getting the following types of warnings whenever I plot something: > /Users/laser

Re: [Matplotlib-users] [SciPy-User] (no subject)

2011-01-19 Thread todd rme
On Wed, Jan 19, 2011 at 10:16 AM, Benjamin Root wrote: > > > On Tue, Jan 18, 2011 at 5:32 PM, Alex Liberzon > wrote: >> >> Hi, >> >> While moving from Matlab to Numpy/Scipy/Matplotlib I need sometimes to >> work with Matlab figures. It would be nice if we could load Matlab figures >> in Python, e

Re: [Matplotlib-users] X11 Window information for plots

2011-01-19 Thread todd rme
On Wed, Jan 19, 2011 at 10:22 AM, Benjamin Root wrote: > > > On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibele > wrote: >> >> Hi! >> >> todd rme wrote on 19.01.2011 04:40: >>  > The class, on the other hand, seems to be an application-specific >

Re: [Matplotlib-users] X11 Window information for plots

2011-01-18 Thread todd rme
On Tue, Jan 18, 2011 at 8:58 PM, Benjamin Root wrote: > On Tuesday, January 18, 2011, todd rme wrote: >> I think I've found it.  But now I need to know what the values should >> be.  I assume the application name should be "matplotlib" (no quotes, >> with

Re: [Matplotlib-users] X11 Window information for plots

2011-01-18 Thread todd rme
"qt4 figure"). Does anyone have an opinion on this? -Todd On Tue, Jan 18, 2011 at 12:54 PM, todd rme wrote: > Maybe, I am not that familiar with X11 programming.  Do you happen to > know which source files I should change? > > -Todd > > On Tue, Jan 18, 2011 at 8:39 AM, M

Re: [Matplotlib-users] X11 Window information for plots

2011-01-18 Thread todd rme
lve adding a few lines of code to set them in > each GUI backend (since each GUI toolkit, gtk, qt, tk etc. presumably > handles them differently).  Is this something you'd be interested in > providing a patch for? > > Mike > > On 01/15/2011 03:06 PM, todd rme wrote: &g

[Matplotlib-users] X11 Window information for plots

2011-01-15 Thread todd rme
On X11 systems, windows generally provide information about themselves to the system. These include things like the window title, window class, window role, and window type. These allow window managers to properly handle the windows, and in some window managers (like KDE's kwin), lets you set rul