[Matplotlib-users] Python 2.7 binaries for 64 bit OSX

2010-07-09 Thread Pim Schellart
matplotlib 1.x dmg installers for Python 2.7 (including 64 bit support on OSX)? Kind regards, Pim Schellart P.S. I quickly tried compiling matplotlib from source against Python 2.7 which worked (after setting PREFIX=/usr/local and PYVERSION=2.7 in make.osx and compiling with sudo make -f make.osx fetch

Re: [Matplotlib-users] Compiling matplotlib against 64 bit python 2.6 on OSX Snow Leopard

2010-05-27 Thread Pim Schellart
h a custom compiled freetype and libpng but for now I am happy that it finally works :) Kind regards, Pim Schellart 2010/5/27 Friedrich Romstedt : > 2010/5/27 Pim Schellart : >> thank you for the tip, I'll try and see if the stable release works as >> well with this adjustment.

Re: [Matplotlib-users] Compiling matplotlib against 64 bit python 2.6 on OSX Snow Leopard

2010-05-26 Thread Pim Schellart
rest. Thank you for all your help! Kind regards, Pim Schellart P.S. I am looking forward to seeing 64 binaries for Python 2.6/2.7 and numpy/scipy/matplotlib on OSX 10.6 at some point in the future :) 2010/5/26 John Hunter : > On Wed, May 26, 2010 at 8:20 AM, John Hunter wrote: >> On We

Re: [Matplotlib-users] Compiling matplotlib against 64 bit python 2.6 on OSX Snow Leopard

2010-05-26 Thread Pim Schellart
ly installed freetype2 and libpng libraries, rather than installing them again. Does anyone have an idea where the architecture error comes from, or how to check this? Also, why is a separate make.osx file needed? Could the same functionality not have been integrated into the setup.py script? This

[Matplotlib-users] Compiling matplotlib against 64 bit python 2.6 on OSX Snow Leopard

2010-05-25 Thread Pim Schellart
o: can't figure out the architecture type of: /var/tmp//ccrnooej.out error: command 'gcc' failed with exit status 1 It seems that freetype2 is not found which I tried to remedy by adding the following lines to the check_freetype function in setupext.py module.include_dirs.append

Re: [Matplotlib-users] Logscale on polar plot and alpha as an array

2010-05-06 Thread Pim Schellart
haps using blitting) if possible. Kind regards, Pim Schellart 2010/5/4 Michael Droettboom : > Pim Schellart wrote: >> >> Hi Everyone, >> >> I am currently building an interactive display using matplotlib but I >> need the following two options. >> 1. Setti

[Matplotlib-users] Logscale on polar plot and alpha as an array

2010-05-04 Thread Pim Schellart
a value between zero and one). Is this currently possible and if not which alternative approach do you recommend. The display needs to plot about a thousand points (using scatter at the moment) roughly updating every second with older points fading away (lower value of alpha). Kind regards, Pim

[Matplotlib-users] Coordinate transformations and second axis

2009-10-07 Thread Pim Schellart
. Is this possible with the current version (0.99) of matplotlib? Kind regards, Pim Schellart -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumps

[Matplotlib-users] User interface example malloc error and possible installation bug

2009-09-02 Thread Pim Schellart
regards, Pim Schellart P.S. I tried the same with a MacPython 2.6 installation and get similar errors (see previous post). -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify

[Matplotlib-users] Drawing on a Tkinter canvas (malloc errors in example)

2009-09-01 Thread Pim Schellart
object 0xa00726d8: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug Otherwise the example works. Can anyone tell me what's wrong? Kind regards, Pim Schellart -- Let Crystal Reports h

[Matplotlib-users] pyplot should have a adjust_axes() function similar to adjust_subplots() (or not?)

2009-08-07 Thread Pim Schellart
. What are your thoughts about this? Kind regards, Pim Schellart -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on

[Matplotlib-users] Some questions about text

2009-08-04 Thread Pim Schellart
colleagues. Kind regards, Pim Schellart -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core

[Matplotlib-users] Errorbar function should only plot datapoints by default.

2009-04-16 Thread Pim Schellart
connecting the datapoints is not a common procedure and normally only done with a fit to the data. I think it makes much more sense if the default behaviour was fmt="+". Kind regards, Pim Schellart smime.p7s Description: S/MIM

[Matplotlib-users] Display full number in ticks

2009-04-10 Thread Pim Schellart
tick numbers slanted. Kind regards, Pim Schellart P.S. In the example number 2452298.7554547498 I also need to subtract 244 in order for the plot to render correctly. Otherwise all y values end up at the same x position which is a bug in the latest matplotlib release because it did not h