[Matplotlib-users] Display full number in ticks

2009-04-10 Thread Pim Schellart
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 happen

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

2009-04-16 Thread Pim Schellart
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/MIME cryptographic signature

[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] 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

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

2009-09-01 Thread Pim Schellart
for 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 handle

[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] 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

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

2010-05-06 Thread Pim Schellart
blitting) if possible. Kind regards, Pim Schellart 2010/5/4 Michael Droettboom md...@stsci.edu: Pim Schellart wrote: Hi Everyone, I am currently building an interactive display using matplotlib but I need the following two options. 1. Setting the r axis of a polar plot to logaritmic scale

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

2010-05-25 Thread Pim Schellart
/include/freetype2') This removes the warning about the header files but the compiling error remains (the pkg-config warning also remains). Any suggestions? Kind regards, Pim Schellart

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

2010-05-26 Thread Pim Schellart
into the setup.py script? This is not a rant, just a question :) Kind regards, Pim Schellart 2010/5/25 George Nurser gnur...@gmail.com: If what John suggests doesn't work, and you really only need 64 bit, then the nuclear option is to remove all occurrences of  -arch i386 from the makefile

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

2010-05-27 Thread Pim Schellart
compiled freetype and libpng but for now I am happy that it finally works :) Kind regards, Pim Schellart 2010/5/27 Friedrich Romstedt friedrichromst...@gmail.com: 2010/5/27 Pim Schellart p.schell...@gmail.com: thank you for the tip, I'll try and see if the stable release works as well