Re: [Matplotlib-users] Plotting style

2015-03-04 Thread Todd
On Wed, Mar 4, 2015 at 6:28 AM, Tony Yu wrote: > > > > On Tue, Mar 3, 2015 at 1:37 PM, Marin GILLES wrote: >> >> Le 03/03/2015 18:53, Thomas Caswell a écrit : >>> >>> I was thinking of the stand alone repository to just store the style files as the style module handles the loading pretty well. >

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
hod, perhaps we would be better off with a helper > method to create the xs and ys for fill_between > > xs, ys = mlab.pad_line(x, y, 0.2) > fill_between(xs, ys) > > JDH What about adding a property

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

2012-06-06 Thread todd rme
re (http://edu.kde.org/cantor/). The project only started recently, however (see http://blog.filipesaraiva.info/?p=779 ). There is also already a sage backend for Cantor, which of course uses matplotlib for plotting because that is what sage uses. -Todd --

[Matplotlib-users] Matplotlib plugin for Qt Designer

2012-03-11 Thread todd rme
could ship a Qt Designer plugin? -Todd -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be deliv

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

2011-05-11 Thread todd rme
a separate user database in your matplotlib configuration directory that this would use, as well as probably caching the measurements from text used in automatic mode for future versions of the figure). -Todd -- Achieve unp

Re: [Matplotlib-users] Fonts not found

2011-01-21 Thread todd rme
t is in .matplotlib directory in the home directory, I am not sure if this is where it is on a mac. I deleted the fontList.cache file and the tex.cache directory stored there, and that fixed the problem. I am not sure you need to delete both of these, but since th

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

2011-01-19 Thread todd rme
gt; If you include this example code, and maybe some links to some documentation > on matlab's figure files, maybe something can grow from that. > > Thanks! > Ben Root I agree, but for a slightly different reason. I think it would be great if it would be possible to incorporate

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
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, Michael Droettboom wrote: > You're right -- matplotlib doesn't set any of these attributes.  Fixing > this problem would invo

[Matplotlib-users] X11 Window information for plots

2011-01-15 Thread todd rme
d set them itself? I'm sorry if this is a common question. -Todd -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impac

Re: [Matplotlib-users] Help with imshow on Mac OS X 10.6 Snow Leopoard

2010-06-07 Thread Todd V Rovito
op/stinkbug.png") # this does not work ##img = zeros((10, 10), dtype=uint8) ##for i in range(10): ##img[i,i] = 255; plt.imshow(img) plt.show() print "data type of img:" print img.dtype print "size of img:" + str(img.size) print img On Mon, Jun 7, 2010 at 10:04

[Matplotlib-users] Help with imshow on Mac OS X 10.6 Snow Leopoard

2010-06-07 Thread Todd V Rovito
Greetings, I just installed Python 2.6 (python.org), Numpy 1.4.1, and Matplotlib 0.99.1.2 all on Mac OS X 10.6 in an attempt to learn about scientific programming in python. Go easy on me since I am a begginer. The Python and Numpy seem to be working correctly. I can get matplotlib to make p

Re: [Matplotlib-users] repeated GUI generation generates crash

2009-05-22 Thread Todd Pataky
if self.n >=2: self.disconnect() pyplot.figure() obj = myGUI(rand(10)) On 22 May 2009, at 00:49, Christopher Barker wrote: Todd Pataky wrote: > I'm using the Enthought Python Distribution (EPD_Py25) and I enter > IPython with the command: "ipython".

[Matplotlib-users] repeated GUI generation generates crash

2009-05-21 Thread Todd Pataky
Hi, I'm new to matplotlib, trying to migrate from Matlab, so please excuse my rookie ignorance and Matlab thinking. My question is: why does a GUI figure crash upon repeated calls in IPython? Here is a detailed description: I'm using the Enthought Python Distribution (EPD_Py25) and I enter IP

Re: [Matplotlib-users] Native file format

2007-02-07 Thread Todd Miller
dd pickle support for all of mpl's >> extension code >> >> http://docs.python.org/lib/node321.html >> >> In earlier attempts people got stuck with trying to pickle the >> CXX extension code, which was causing some problems, but these >> problems

Re: [Matplotlib-users] Problem installing latest matplotlib + numpy win32 binaries

2006-10-23 Thread Todd Page
... downloads, installs & jives with matplotlib perfectly! -- Todd Page [EMAIL PROTECTED] - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make

Re: [Matplotlib-users] Problem installing latest matplotlib + numpy win32 binaries

2006-10-22 Thread Todd Page
t;[EMAIL PROTECTED]> wrote: > Todd Page wrote: > > Hello all, > > > > My apologies if this has been brought up and solved before, but I > > didn't see any solutions that made sense to me in the archives. Here > > is my stack: > > python 2.4 (

[Matplotlib-users] Problem installing latest matplotlib + numpy win32 binaries

2006-10-22 Thread Todd Page
Error: numpy.core.multiarray failed to import I saw an e-mail in the archive that had a similar error, but the solution was apparently to install scipy-0.51? I don't need or necessarily want scipy.. is there a reason the latest win32 binaries for matplotlib and numpy don't play together