Re: [Matplotlib-users] colorbar, ax.get_position after figsize changed by ax.set_aspect

2006-10-05 Thread Eric Firing
George Nurser wrote: > I have been trying to > i. plot a figure using pcolormesh > ii. set the proportions of the figure using ax.set_aspect > iii. draw colorbar > > Problem is, colorbar height uses whole of axes box, not just height of > figure (whose proportions were set by call of > ax.set_aspe

Re: [Matplotlib-users] Draw circle buggy?

2006-10-05 Thread Charlie Moad
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

[Matplotlib-users] How to add a scroll bar to a table

2006-10-05 Thread zhangh1
Hi, all: I added a table to my figure using 'table' function. But since this table is very long, the user can only see part of it. Is there any easy way to add a scroll bar to the chart so that the user can scroll it down and see it? Thanks

Re: [Matplotlib-users] How to transpose a matrix

2006-10-05 Thread Stefan van der Walt
On Thu, Oct 05, 2006 at 03:50:42PM -0400, [EMAIL PROTECTED] wrote: > Is there any easy fucntion to do that? Thanks You mean like x.transpose() or x.T? - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net

[Matplotlib-users] How to transpose a matrix

2006-10-05 Thread zhangh1
Is there any easy fucntion to do that? Thanks - 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 & business topics through brief s

Re: [Matplotlib-users] Controling the tick thickness

2006-10-05 Thread David Huard
configuration file... sorry 2006/10/5, François Beaubert <[EMAIL PROTECTED]>: Hi all,I have look in the doc and examples but was unable to find a way to controlthe thickness of the major and minor tick on the axis.Forgive me for this very basic question but if you now a way to do that... Thanks a l

Re: [Matplotlib-users] Controling the tick thickness

2006-10-05 Thread David Huard
François, These options can be found in the matplotlibrc configuration figure, or can be set at runtime using the rc command. David2006/10/5, François Beaubert < [EMAIL PROTECTED]>: Hi all,I have look in the doc and examples but was unable to find a way to controlthe thickness of the major and mino

[Matplotlib-users] figuresize = full screen?

2006-10-05 Thread Mark Bakker
Hello -In interactive mode it is sometimes useful to make a figure that is a full screen size.Is there such an option ?If not, I am afraid it needs to be implemented for every backend separately Thanks, Mark - Take Surveys.

[Matplotlib-users] buffer_rgba() & reversed image.

2006-10-05 Thread cyril giraudon
Hi, I currenly try to write a backend for win32 based on gecko (mozilla gecko plugin / XPCOM component). I use the PIL module to build an Image object from the canvas buffer (buffer_rgba(0, 0) method). When I ask this image to show with image.show() from the PIL.Image module, the image is mirro

[Matplotlib-users] Testing 1,2,3

2006-10-05 Thread Charlie Moad
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-users] Draw circle buggy?

2006-10-05 Thread Hanno Klemm
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/lib/python2.5/site-packages/matplotlib/backends/backend_gtk.py", line 284

[Matplotlib-users] Controling the tick thickness

2006-10-05 Thread François Beaubert
Hi all, I have look in the doc and examples but was unable to find a way to control the thickness of the major and minor tick on the axis. Forgive me for this very basic question but if you now a way to do that... Thanks a lot Francois -- François BEAUBERT ENSIAME/LME Bureau A9 Université de V

[Matplotlib-users] problem with unicode text on graphs

2006-10-05 Thread skokot
Hello, I'm using python-matplotlib from debian unstable and the plots doesn't display properly polish fonts, instead I get squares on graphs. Simple example #!/usr/bin/python # -*- coding: iso-8859-2 -*- from pylab import * plot([1, 2, 3], [1, 4, 2]) xlabel(unicode('Miesiąc maj','iso-8859-2')) yl

[Matplotlib-users] colorbar, ax.get_position after figsize changed by ax.set_aspect

2006-10-05 Thread George Nurser
I have been trying to i. plot a figure using pcolormesh ii. set the proportions of the figure using ax.set_aspect iii. draw colorbar Problem is, colorbar height uses whole of axes box, not just height of figure (whose proportions were set by call of ax.set_aspect(aspect=2.,adjustable='box')). I c

Re: [Matplotlib-users] eps file format

2006-10-05 Thread Mark Bakker
What I don't understand is why we need previews at all?Is this because Microsoft software cannot display an eps file?Why not? Isn't that one of the easiest drivers to write?Are they not adding eps format out of spite? MarkFrom: "Theodore R Drain" < [EMAIL PROTECTED]>Subject: Re: [Matplotlib-users]

[Matplotlib-users] numpy & compilation

2006-10-05 Thread ahalda
Hi, I am trying to compile matplotlib in order to use numpy as the numerix option. I can apt-get a version of it which works, but it does not seem to support numpy. I also compiled numpy-1.0rc1 (released 2 weeks ago), and it works fine in python. However, when I import matplotlib (0.87.6), I get

[Matplotlib-users] Inline constants! (DPI)

2006-10-05 Thread Zack
Hi, I've got a problem some days ago doing saving the plots with certain resolution (dpi) under windows. In this maillist I've found that in some cases dpi parameter is defined in the source code. Moreover, there are more then _one_ definition of that parameter in matplotlib. Can we get rid of

Re: [Matplotlib-users] eps file format

2006-10-05 Thread Darren Dale
On Thursday 28 September 2006 10:51 am, Christian Meesters wrote: > Thanks, John and Alan, > > That was fast! > > > As for the fonts, yes, you can control this with rc. > > Sure, but what about the latex rendered parts? (I wonder whether it > actually matters, but I'd like to be sure, because there