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
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
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
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
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
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
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
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.
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
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 &
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
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
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
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
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]
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
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
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
18 matches
Mail list logo