Re: [Matplotlib-users] (no subject)

2007-12-26 Thread Christiaan Putter
Hi there, Just an update regarding the svg problem I was having: I simply went back to 0.90 and that's working now. Would still be nice to know if the svg output from matplotlib complies with the standard or whether it's Qt that's messing things up. Merry x-mass! cputter On 21/12/2007,

Re: [Matplotlib-users] power law fitting of data

2007-12-26 Thread Jessica Lu
Hi Johann, I would recommend using the python mpfit module: http://cars9.uchicago.edu/software/python/mpfit.html Cheers, Jessica On Dec 22, 2007, at 8:57 PM, Johann Cohen-Tanugi wrote: hi jessica, This FittingData tutorial is very nice. Could you illustrate how to fix/thaw parameters? I

Re: [Matplotlib-users] power law fitting of data

2007-12-26 Thread william ratcliff
Is there a new version of this which uses numpy instead of Numeric? I found the old Numeric version to work very well. cheers, William On Dec 26, 2007 12:58 PM, Jessica Lu [EMAIL PROTECTED] wrote: Hi Johann, I would recommend using the python mpfit module:

[Matplotlib-users] basemap failure

2007-12-26 Thread Tony Mannucci
I tried to install basemap 0.9.8 on an OS X system (PPC, 10.4.10), after installing matplotlib from the latest binary package (0.91.1). I receive the following error: [matplotlib/basemap-0.9.8]|2 import matplotlib.toolkits.basemap

Re: [Matplotlib-users] basemap failure

2007-12-26 Thread John Hunter
On Dec 26, 2007 1:15 PM, Tony Mannucci [EMAIL PROTECTED] wrote: I tried to install basemap 0.9.8 on an OS X system (PPC, 10.4.10), after installing matplotlib from the latest binary package (0.91.1). I receive the following error: ImportError: No module named pkg_resources It looks like you

Re: [Matplotlib-users] basemap failure

2007-12-26 Thread Tony Mannucci
At 1:30 PM -0600 12/26/07, John Hunter wrote: On Dec 26, 2007 1:15 PM, Tony Mannucci [EMAIL PROTECTED] wrote: I tried to install basemap 0.9.8 on an OS X system (PPC, 10.4.10), after installing matplotlib from the latest binary package (0.91.1). I receive the following error:

Re: [Matplotlib-users] power law fitting of data

2007-12-26 Thread Johann Cohen-Tanugi
hi jessica, thanks So scipy.optmizer as it stands cannot do that? I gues I should move the issue to the scipy list then. Yes there is mpfit, there is also pyminuit in google.code that is wrapper of the high energy physics standard package MINUIT, etc but I would think that fitting