Sure. Just send me a note when the src is ready.
- Charlie
On Sun, Feb 8, 2009 at 3:46 PM, John Hunter wrote:
> We have accumulated a number of bug fixes in our stable release
> branch, so I would like to release the 3rd bugfix release. Please
> test and report any problems
>
>
> http://matp
Pylab is just a name for a module in matplotlib that is supposed to mimic
matlab. I would say its intent it to ease the transition for matlab users.
It wouldn't really make sense to refer to matplotlib as pylab. The
matplotlib.pyplot is favored over the pylab module now.
- Charlie
On Sun, Oct 2
ing installer
> 6. Ran a few tests...
>
> That's it.
> I'm still "missing" on getting the wxPython headers/static libs compiled,
> but I assume this is not a
> "critical" part of getting MPL working, but rather required for
> completeness
> sake.
>
Could you please describe your build environment? I am interested in what
compiler you used and what OS you are running.
- Charlie
On Tue, Oct 14, 2008 at 8:23 PM, Dan Shechter <[EMAIL PROTECTED]> wrote:
> Hi,
> I've successfully compiled NumPy for Python 2.6 on Windows x64 (amd64).
> NumPy seem
Can you search your system and see if you have that dll installed somewhere.
Most likely you will. If you find it, go to the command prompt and change
to the directory where the dll is. Then run this command:
Regsvr32 msvcp71.dll
(I don't know if your 64-bit machine uses the command Regsvr64, s
Matplotlib 0.98.3 is now available for download. We are not pushing an
additional 0.91.x release at this time due to lack of updates to that
branch.
http://sourceforge.net/project/showfiles.php?group_id=80706
- Charlie
=
2008-08-03
On Sun, Aug 3, 2008 at 10:25 AM, Sandro Tosi <[EMAIL PROTECTED]> wrote:
> On Sun, Aug 3, 2008 at 10:54, Mikhail Gusarov <[EMAIL PROTECTED]>
> wrote:
> > As Lenny is already in freeze, I backported fix to 0.4.1 and now trying
> > to get the confirmation from release team to upload it to
> > testing
On Thu, Jul 31, 2008 at 9:51 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 31, 2008 at 3:17 PM, John Hunter <[EMAIL PROTECTED]> wrote:
>
>> On Thu, Jul 31, 2008 at 2:06 PM, Michael Droettboom <[EMAIL PROTECTED]>
>> wrote:
>> > It seems
On Thu, Jul 31, 2008 at 3:17 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 31, 2008 at 2:06 PM, Michael Droettboom <[EMAIL PROTECTED]>
> wrote:
> > It seems to have broken with a recent update to Sphinx. Sphinx changed
> the
> > way that cross-reference urls are stored in the document
You'll need to edit setupext.py to not inject the "-framework Tcl -framework
Tk" flags.
- Charlie
On Fri, Jun 27, 2008 at 12:36 AM, Adam Mercer <[EMAIL PROTECTED]> wrote:
> Hi
>
> I'm trying to track down a problem present in MacPorts Matplotlib
> build and the TkAgg backend. It appears that Mat
On Thu, Jun 19, 2008 at 10:35 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Thu, Jun 19, 2008 at 9:19 PM, Charles Moad <[EMAIL PROTECTED]> wrote:
>
> > Seems like that one little fix did the trick. I ran several examples and
> > haven't had any problems. Committed now.
>
> Thanks Charlie! Can
I am out of town and won't be able to address this until early next week.
- Charlie
2008/6/12 John Hunter <[EMAIL PROTECTED]>:
> On Thu, Jun 12, 2008 at 2:58 PM, İsmail Dönmez <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I was trying matplotlib 0.98.0 and Qt4 backend works great but Coca
> >
y.org/moin/MatplotlibOSXBuildNotes
- Charlie
On Mon, Jun 9, 2008 at 1:03 PM, Christopher Barker <[EMAIL PROTECTED]>
wrote:
> Charlie Moad wrote:
> > I am not having luck finding docs on this.
>
> setuptools really don't seem to be living up to their (its?) promise.
>
I renamed the egg on sf to "matplotlib-0.98.0-py2.5-macosx-10.3.egg". For
me, setuptools does not try to download the source after installing now.
Unfortunately when I try, "easy_install matplotlib", it still starts
downloading the source instead of the osx binary. I am not having luck
finding do
So I'll admit that I renamed that file to -fat manually. The reason I
did this is because it gets named -i386 by default even though it is a
fat build. Does anyone have a good idea of how to fix this?
- Charlie
On Fri, Jun 6, 2008 at 3:07 AM, Andrew Charles <[EMAIL PROTECTED]> wrote:
> I had th
I just used the default 10.5 compiler. I didn't use -Os for the whole
run though. I would just copy the gcc command on the files where it
failed and replace -O3 with -Os. Kind of lame, I know, but most the
build I did was ran with -O3.
- Charlie
On Thu, Jun 5, 2008 at 8:19 PM, Christopher Bark
gt; On Mon, Jun 2, 2008 at 4:32 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
>> > I am pretty sure setupext.py used to have these defaults coded in, but
>> > something must have changed. I haven't had to check default backends
>> > in a long time. I'll get
I am pretty sure setupext.py used to have these defaults coded in, but
something must have changed. I haven't had to check default backends
in a long time. I'll get new builds up asap.
- Charlie
On Mon, Jun 2, 2008 at 12:01 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 2, 2008 at 10:
The internal compiler error is something we are all running into right now.
The only known fix is to run the build with the gcc flag "-Os" instead of
"-O3". You should be able to do this by setting the environment during your
build:
CFLAGS="-Os" python setup.py build
On Mon, Apr 21, 2008 at 8:24
mp;view=markup
- Charlie
On Thu, Apr 17, 2008 at 8:28 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> Unfortunately, you're using a compiler I don't have access to. I don't
> think even the guy that makes the Windows releases (Charlie Moad) uses
> Visual St
On Mon, Mar 24, 2008 at 10:01 AM, Zachary Pincus <[EMAIL PROTECTED]>
wrote:
> > Zachary Pincus wrote:
> >
> >>> Can you tell me where you specified the -Os option to gcc to escape
> >>> the problem?
> >>
> >> So the compile that command that failed is printed right above the
> >> error message it
>
> 3) Maybe we should just distribute a binary *.mpkg instead. I've seen
> talk of a way to install a single binary that could work with either
> Apple's or MacPython's 2.5 -- I think it involved a symlink to a shared
> place to put packages -- anyone know if that actually works?
>
I agree on the
I agree you are not using a universal build of python to compile matplotlib.
You cannot pass in the "-arch i386 -arch ppc" flags. Only pass the
architecture of your computer.
- Charlie
On Thu, Mar 20, 2008 at 7:13 PM, Christopher Barker <[EMAIL PROTECTED]>
wrote:
> Andrew Charles wrote:
> > Com
Out of the country. I am cc'ing the matplotlib list.
On Wed, Feb 27, 2008 at 3:08 PM, Luis Carlos Garelli <
[EMAIL PROTECTED]> wrote:
>
> Message body follows:
>
> Greetings, first, sorry to bother you... I am working using
> the matplotlib, and i am having some strange problems with
> my applica
You shouldn't ever find a setup.py file in a binary distribution. It
is there for building purposes, hence should be with the source
distributions.
- Charlie
On Tue, Jan 29, 2008 at 10:47 AM, Jeff Younker <[EMAIL PROTECTED]> wrote:
> I'm running on OSX 10.5.
>
> The installation process for me
I just had to rebuild the OSX binary because a similar reason. I
forgot to change the basedir['darwin'] entry in setupext.py. Around
line 50.
Change:
'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
'/usr', '/sw', '/usr/X11R6'],
To:
'darwin' : [],
I have replaced the binary with a working version.
Thanks again for the catch,
Charlie
On Jan 11, 2008 2:15 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> Apparently a dynamic link snuck into the build. Typically everything
> is statically included. You can see this by
Apparently a dynamic link snuck into the build. Typically everything
is statically included. You can see this by running the following
command:
uaternion:matplotlib cmoad$ otool -L ft2font.so
ft2font.so:
/usr/local/lib/libfreetype.6.dylib (compatibility version 10.0.0,
current version 10
On Jan 9, 2008 10:35 AM, Darren Dale <[EMAIL PROTECTED]> wrote:
>
> On Wednesday 09 January 2008 10:15:54 am Francesco Pretto wrote:
> > 2008/1/9, Darren Dale <[EMAIL PROTECTED]>:
> > > setup.py attempts to select the appropriate backend for you, based on
> > > what backends were available at build
You need to set a different backend in your matplotlibrc or specify it first.
import matplotlib
matplotlib.use('Agg')
You can also run scripts passing the backend:
python lab1_ex2.py -dAgg
On Jan 9, 2008 8:41 AM, Francesco Pretto <[EMAIL PROTECTED]> wrote:
> Hi, after having correctly compiled
Just a guess. Did you download the visual studio static libraries
instead of the mingw ones? Those linking symbols listed lend me to
think this. The visual studio ones end in "_vs.tar.gz".
You want this:
http://matplotlib.sourceforge.net/win32_static.tar.gz
- Charlie
On Jan 8, 2008 6:17 PM,
work
> >with either Tcl/Tk. Is that possible? or is this like the old wx
> >situation, where it can only be run with the same version it is
> >built against. Arrggg! I hope not.
>
> The version I build *can* be used with the built in Tcl/Tk. The
> version Charlie Moad build
I primarily follow the dev list, but you've caught my eye. ;)
So to be clear, you would just like me to install some other tcl/tk
before I do the "official" matplotlib osx binaries. What package
should I be installing and where should I get it from. As long as it
still works with the bundled tck
007 9:47 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> I'll remove the exe's from SF. It's been a while since a release, and
> I guess I was a little rusty. ;)
>
> - Charlie
>
>
> On Dec 3, 2007 7:02 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> >
I'll remove the exe's from SF. It's been a while since a release, and
I guess I was a little rusty. ;)
- Charlie
On Dec 3, 2007 7:02 PM, John Hunter <[EMAIL PROTECTED]> wrote:
>
> On Dec 3, 2007 5:53 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> > On Dec 3, 2007 5:49 PM, John Hunter <[EMAIL PROTE
I gave it a try, and I did not get this error.
- Charlie
On Dec 3, 2007 12:57 PM, Jörgen Stenarson <[EMAIL PROTECTED]> wrote:
> Hi,
>
> After upgrading to the new matplotlib 0.9.1 on python2.4 using the
> windows binary installer I get the following error:
>
>
> C:\>python
> Python 2.4.3 (#69, Ma
The error message states that you must be using VS2003. Python is
compiled with this, so all extensions must also be compiled with it.
If you don't have a copy of VS2003 your best bet is to just use
cygwin/mingw.
- Charlie
On 9/25/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> You didn't me
I got a successful build using VS2003 on Vista. Here is the env dump:
BUILDING MATPLOTLIB
matplotlib: 0.90.1
python: 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC
v.13
I'll give the build a try on windows tonight using my usual methods.
- Charlie
On 8/6/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> william ratcliff wrote:
> > No, with whatever is in the current version of svn, it now works on the
> > intel quad as well. Thanks!
>
> That's great news!
http://cheeseshop.python.org/pypi/matplotlib/
http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474
===
2007-06-02 Released 0.90.1 at revision 3352
2007-06-02 Display only meaningful labels when calling legend()
On 2/21/07, Anand Patil <[EMAIL PROTECTED]> wrote:
>
> From the matplotlib-devel list:
>
> >On 2/14/07, Michiel Jan Laurens de Hoon <[EMAIL PROTECTED]> wrote:
> >> Dear Charles,
> >>
> >> I was trying to use your cocoa-agg backend for matplotlib, but it seems
> >> to have a problem to read Ma
On 2/7/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote:
> Charlie,
>
> Charlie Moad wrote:
> > On 2/7/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote:
> >> Hi Charlie,
> >>
> >> Great to see a new release, will put some time aside to test it wit
On 2/7/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote:
> Hi Charlie,
>
> Great to see a new release, will put some time aside to test it with
> wxPython early next week.
>
> I can't see a reference to the wxPython backend, will it still require
> the Unicode build or can one use the Ansi build and
http://www.python.org/pypi/matplotlib/0.90.0
http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474&release_id=484485
Binaries will be posted in a few days.
===
2007-02-06 Released 0.90.0 at revision 3003
2007-01-
I don't think this has anything to do with eggs. It looks like you
don't have a C++ compiler installed or configured correctly. On
ubuntu/debian you should make sure "build-essentials" is installed.
On 12/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Yes we all know the normal install of
On 11/17/06, Asheesh Laroia <[EMAIL PROTECTED]> wrote:
> On Fri, 17 Nov 2006, Timothy Wu wrote:
>
> > Must matplot be run with a backend installed suppose I only want to
> > create a command line program and create plot and output as gif/jpg/png?
>
> Try the plain "Agg" backend rather than e.g. GTK
On 11/10/06, Joris De Ridder <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We're trying (for the first time) to install matplotlib on OSX (Tiger on PPC
> Mac).
>
> Before we installed matplolib we ensured that BUILD_TKAGG= 1 in setup.py.
> Then we typed 'python setup.py install' which went fine. Import
On 11/9/06, Russell E Owen <[EMAIL PROTECTED]> wrote:
> At 10:18 AM -0800 2006-11-09, Christopher Barker wrote:
> >Russell and Charlie,
> >
> >Are your two binaries any different? Any reason to choose one over
> >the other? In particular, which of these are supported:
> >
> >numpy 1.*
> >Numeric
>
> >Otherwise, Charlie Moad was building binaries -- I wonder what's
> >become of him?
Been busy... ;)
I posted the mac binaries last night.
-
Using Tomcat but need to do more? Need to support web servic
> There are currently no Mac binaries for
> that version on SourceForge or pythonmac.
They're up now.
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated tech
On 11/7/06, Alan Isaac <[EMAIL PROTECTED]> wrote:
> On Mon, 06 Nov 2006, Alan Isaac wrote:
> > I'm using MacPython 2.5 with numpy installed,
> > and I wish to install matplotlib. Possible? Easy?
> > I'm brand new on the Mac and used to the Windows installers,
> > so if you can point me to *step by
On 11/4/06, Werner F. Bruhin <[EMAIL PROTECTED]> wrote:
>
> Hi Charlie,
>
> Charlie Moad wrote:
>
> Installing the unicode version of wxpython is the solution. This will
> get rid of the error message. Matplotlib is compiled against it.
>
> Isn't th
Installing the unicode version of wxpython is the solution. This will
get rid of the error message. Matplotlib is compiled against it.
On 11/4/06, Etrade Griffiths <[EMAIL PROTECTED]> wrote:
> Hi
>
> running Win XP, Python 2.4 with matlibplot and wxpython installed from
> these executables both
This release is compiled against numpy-1.0 final. The binaries are
fresh on sourceforge, so they may take some time to propagate to the
mirrors.
http://cheeseshop.python.org/pypi/matplotlib/
http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474
Note: There is a compile err
The latest word on the numpy list is that numpy-1.0 is coming out on
Wednesday. I suggest waiting until the final 1.0 release is out
before we do a new matplotlib build. I will try to push a build asap
after that. Are there any show stoppers lingering that would delay a
release? I would also su
Edit your "~/.matplotlib/matplotlibrc" file to specify the default.
On OSX WXAgg or TkAgg is the best bet.
On 10/12/06, Louis Pecora <[EMAIL PROTECTED]> wrote:
>
> In order get pylab to work on my Mac I have to do the following (found
> by some experimenting):
>
> import matplotlib
> matplotlib.us
Try deleting you "~/.matplotlib" folder. Also, the latest matplotlib
is 0.87.6 and it should be used with numpy-1.0rc1 and up. The older
builds require older versions of numpy. (This is just assuming you
are using numpy, but an important note for all).
On 10/10/06, Bill Dandreta <[EMAIL PROTECT
On 10/10/06, R. Padraic Springuel <[EMAIL PROTECTED]> wrote:
> I haven't tried the binaries because there isn't one for python 2.5 and
> Mac OS 10.4 (the particular combination that I have). I could use the
> binaries if I went back to python 2.4, but I'm trying avoid that if
> possible.
So actua
Building matplotlib requires linking against libpng and freetype. The
error you posted is just saying that libpng can't be found. Building
matplotlib correctly on osx and windows isn't for the feint of heart.
Have you tried the pre-built osx binaries available for download on
sourceforge?
Charli
On 10/5/06, Hanno Klemm <[EMAIL PROTECTED]> wrote:
>
> Hi, I think I might have discovered a bug:
>
> On python 2.5 with the gtk backend and matplotlib 0.87.6 the following
> happens:
>
> >>> plot([1,2,3],'ko')
> []
> >>> show()
> Traceback (most recent call last):
> File
> "/glb/apps/python2.5/l
The mailing lists have been down for a few days, and this is a test.
Charlie
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT &
matplotlib-0.87.5 is not compatible with python2.5. We are planning a
minor rev bump tomorrow to address this. You can wait until then or
trying building from svn.
On 9/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have installed Python 2.5 as a separate installation from 2.4, and am t
2.5 on Sunday. It worked, but I
> > use numarray as standard numerix extension.
> > There was a bugfix for numpy-1.0b5 that is already contained in their
> > repository version.
> >
> > Yours, Achim
> >
> > Charlie Moad wrote:
> >> It builds now.
It builds now. We still have to wait on a useable numpy for python2.5
and pygtk for windows/py2.5. All the other components are there or we
can build.
On 9/20/06, John Hunter <[EMAIL PROTECTED]> wrote:
> >>>>> "Charlie" == Charlie Moad <[EMAIL PROTECTED]&g
n use...
>
> Maybe you should try the latest SWIG version.
>
> Yours, Achim
>
> Charlie Moad wrote:
> > Thanks for the patch. Ideally we need to find a way to fix this in
> > swig though.
mpl 0.87.5 is compiled against numpy 1.0b5. It should remain
compatible with future release of 1.0.
On 9/15/06, David Andrews <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I'm confused as to what version of NumPy this most recent release of
> matplotlib wants to be used with - I get the following
> After some progress in installing matplotlib (after solving the numpy
> problem, thanks), I've hit another obstacle. Again, perhaps someone will
> recognise the symptoms or suggest the next place to look. The technical set
> up: OSX 10.4, MPL 0.87.5, numeric, numarray and numpy 1.0b5 installed,
"working" (at least for me)
> > versions to sourceforge again. For those who are sicking of playing
> > with mirrors here is a direct download. Don't expect this link to be
> > good for a long time though.
> >
> > http://euclid.uits.iupui.edu/mplfiles/
&
Please try the latest 0.87.5 and numpy 1.0b5 and get back with us if
you still have the problem.
On 9/6/06, Davidlohr Bueso A. <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I installed matplotlib for winXP, and when I try to import pylab I get
> this error:
>
> >>> from pylab import *
>
> Traceback (most r
Try the ones I added to the link above. I already had a mpl build on
sf. Numpy is also at the link now.
On 9/6/06, Christopher Barker <[EMAIL PROTECTED]> wrote:
> Charlie Moad wrote:
> > I just uploaded "working" (at least for me)
> > versions to sourceforge a
Charlie
On 9/6/06, Charlie Moad <[EMAIL PROTECTED]> wrote:
> The source error must of propagated to those builds. I will post new
> ones shortly.
>
> On 9/6/06, Sven Schreiber <[EMAIL PROTECTED]> wrote:
> > Well the thread on the devel list that I referred to explicitly
l from
> enthought until I switched numerix to numpy. That made mpl unhappy.
> I downloaded 0.87.5 but I broke something in the process because now
> even switching back to Numeric doesn't make mpl happy.
> """
>
> Thanks,
> Sven
>
> Charlie
That error was relating to the source release. Can you please post
your error for the binary?
On 9/6/06, Sven Schreiber <[EMAIL PROTECTED]> wrote:
> Charlie Moad schrieb:
> > Minor rev bump for numpy 1.0b5 compatibility. This release should
> > remain compatible with f
cant find them :/.
>
> - Original Message -----
> From: "Charlie Moad" <[EMAIL PROTECTED]>
> To: "Kenny Ortmann" <[EMAIL PROTECTED]>
> Cc: "matplotlib-users"
> Sent: Tuesday, September 05, 2006 2:45 PM
> Subject: Re: [Matplotlib-users] installa
i still recieved the same
> error. Is there a certain way you are supposed to compile mpl on windows if
> you dont use the .exe? for instance do i have to build it first? or
> anything like that
>
>
> - Original Message -
> From: "Charlie Moad" <[EMA
Minor rev bump for numpy 1.0b5 compatibility. This release should
remain compatible with future 1.0 releases of numpy.
http://cheeseshop.python.org/pypi/matplotlib/
http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474
==
On 9/1/06, Kenny Ortmann <[EMAIL PROTECTED]> wrote:
> hey guys i got the subversion from the site and I am trying to install it
> on windows.
>
> I changed dir into the matplotlib dir that includes the setup.py file.
>
> run python setup.py install, and im getting a wierd error. i left the
> topmo
e with 1.0b3?). the links in the previous
> message don't seem to work anymore. would someone take pity on a
> win-python newbie?
>
>
> regards
>
> adriaan peens-hough
>
>
>
> >From: Charlie Moad <[EMAIL PROTECTED]>
> >Snapsh
On 8/29/06, PGM <[EMAIL PROTECTED]> wrote:
> Folks,
> I've just noticed that in order to get the size of a figure in inches, one can
> use:
> >>> fig.get_size_inches()
> However, the corresponding 'set' method is
> >>>fig.set_figsize_inches()
>
> Is this intentional ? Wouldn't it be better to keep
Here is a snapshot of svn this morning for those wanting to work with
the numpy beta. Both builds are for python2.4 and windows.
exe: http://tinyurl.com/gf299
egg: http://tinyurl.com/fbjmg
-Charlie
-
Using Tomcat but need t
The colors come from the current colormap. You can go all out and
make your own colormap and color based on index using your map. I
don't know how to do that off the top of my head though.
On 8/21/06, rich kowalczyk <[EMAIL PROTECTED]> wrote:
> I understand that 3D plotting is not fully working
On 8/18/06, assiss <[EMAIL PROTECTED]> wrote:
> From: "Charlie Moad" <[EMAIL PROTECTED]>
> To: "assiss" <[EMAIL PROTECTED]>
> Date: Fri, 18 Aug 2006 20:20:59 +0800 (CST)
> Subject: Re: [Matplotlib-users] python coredump when using GtkAgg mode
&
On 8/19/06, Darren Dale <[EMAIL PROTECTED]> wrote:
> On Friday 18 August 2006 08:27, Darren Dale wrote:
> > On Wednesday 16 August 2006 04:54, Samuel GARCIA wrote:
> > > Thank you,
> > > Sorry I did known the existence of matplotlib.backends.backend_qt4agg.
> > > It is more easy than I thought.
> >
Please follow the segfault instructions and get back to us.
http://svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/SEGFAULTS?revision=2312&view=markup
On 8/18/06, assiss <[EMAIL PROTECTED]> wrote:
hi all,
I installed matplotlib and it worked very well with TkAgg/Agg. But when use
GtkAgg
We used to explicitly remove the link when we used mingw for the
python2.4 build. The VS build didn't seem to suffer from the problem,
but not these reports are coming up. I might try removing the link
again. Otherwise I will look into including it.
- Charlie
On 8/17/06, Leandro Lameiro <[EMAI
nd solve the problem.
> Maybe I can be a beta tester.
>
> I saw in svn that the author of qt4 backend is Charlie Moad.
> And it is very young (6 weeks).
>
> So a question for Charlie moad : do you have a example which could work on
> my debian unstable station for emb
Yes. Trying running a script like so:
python examples/simple_plot-py -dQt4Agg
On 8/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Is matplotlib compatible whith PyQt4 ?
>
> Thank you
>
> samuel
>
>
> -
> Using Tomcat
Check out the py2exe page about matplotlib.
http://starship.python.net/crew/theller/moin.cgi/MatPlotLib
On 8/14/06, Christian Meesters <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Yesterday I tried packing an application of mine which makes use of wxPython,
> scipy, and matplotlib with cx_Freeze.
>
> The
Matplotlib didn't used to link against the wxpython c-api. The recent
versions are linked against the unicode version of wx, not the ansi.
You can install the unicode version. We are trying to decide how to
handle this.
- Charlie
On 8/12/06, Joaquin Abian Monux <[EMAIL PROTECTED]> wrote:
> Dear
Isn't there ?
>
> Any critique on my code would be appreciated, I have never programed
> with matplotlib ...
>
>
>Daniel.
>
>
>
>
> Charlie Moad wrote:
> > On 8/4/06, Daniel Kornhauser <[EMAIL PROTECTED]> w
Here is a link to a build that works with numpy-1.0b1. Pushing a
release now for 1.0 might be pointless, since the C-api could possibly
change and break compatibility again. After all, it still is a beta.
http://euclid.uits.iupui.edu/~cmoad/matplotlib-0.87.4_r2645-py2.4-win32.egg
On 8/7/06, iza
On 8/4/06, R. Padraic Springuel <[EMAIL PROTECTED]> wrote:
> More information:
>
> I realized that I was 4 versions behind, the error I was seeing was in
> version 0.87
>
> However:
> Version 0.87.1 has the same error
>
> Version 0.87.2 gives the following (though it works afterwards):
> Python 2.4
On 8/4/06, Daniel Kornhauser <[EMAIL PROTECTED]> wrote:
> Hi:
>
> Just stared playing with matplotlib, I want to draw a polygon on top of
> an image to select a region of interest in the image.
> Does anybody have any example or advice on how to interactively draw a
> polygon with the mouse by plac
On 8/4/06, R. Padraic Springuel <[EMAIL PROTECTED]> wrote:
> After installing matplotlib from the Window's binaries (a process which
> goes off without a hitch), I get the following error when trying to use it:
>
> Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on
> win32
> T
On 8/4/06, Richard House <[EMAIL PROTECTED]> wrote:
> -Original Message-
> On Behalf Of Charlie Moad, Sent: 04 August 2006 14:34
> Subject: Re: [Matplotlib-users] Making the Axes Plot Area
> TransparentRatherthan having Color
>
> On 8/4/06, Richard House &
On 8/4/06, Richard House <[EMAIL PROTECTED]> wrote:
> I am trying to make a transparent chart and have managed to make the frame
> area transparent using frameon(False). However I can't find out how to make
> the plot area background on the chart transparent, without using a graphics
> package t
On 8/4/06, João Fonseca <[EMAIL PROTECTED]> wrote:
> I have compiled version 0.87.4 of matplotlib successfully but
> whenever I try to plot anything I get the following font error:
>
> RuntimeError: Could not load facefile /System/Library/Fonts/
> LucidaGrande.dfont; Unknown_File_Format. I don't th
On 8/3/06, John Hunter <[EMAIL PROTECTED]> wrote:
> > "Kenny" == Kenny Ortmann <[EMAIL PROTECTED]> writes:
>
> Kenny> When pylab tries to call numerix\__init__.py it is trying
> Kenny> to figure out whether to call numpy, numeric, or numarray.
> Kenny> Since it defaults to numeric I
On 7/31/06, João Quinta da Fonseca <[EMAIL PROTECTED]> wrote:
> I'm trying to quit Matlab and use python fro my data analysis. I have
> installed the latest MacPython (universal), wxpython, aggdraw and
> matplotlib from pythonmac.org. Everything seems to work, apart from
> matplotlib. Running from
It can't find tk.h so it looks like you need to install the tk dev packages.
On 7/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Here is the output of an attempt to install 0.87.4 with tkagg.
>
> It installs fine without it.
>
>
> Any ideas will be appreciated.
>
> TIA,
> -sen
>
> compile
1 - 100 of 121 matches
Mail list logo