Re: [Matplotlib-users] Controling the tick thickness

2006-10-06 Thread John Hunter
> "Helge" == Helge Avlesen <[EMAIL PROTECTED]> writes: Helge> hi, which option is that? I know the length can be set Helge> there, but the width? trying e.g. xtick.linewidth : 1.0 Helge> does not seem to work. These aren't covered by default params (well they use the same width

Re: [Matplotlib-users] Controling the tick thickness

2006-10-06 Thread Helge Avlesen
> 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 control > > the thickness of the major and minor tick on the axis. On 10/5/06, David Huard <[EMAIL PROTECTED]> wrote: > François, > These options can be found

Re: [Matplotlib-users] Help with title spanning 2x2 subplots

2006-10-06 Thread John Hunter
> "stephen" == stephen <[EMAIL PROTECTED]> writes: stephen> I have a 2x2 matrix of subplots. Can I have a title that stephen> spans the top? Thanks. http://matplotlib.sf.net/examples/figtext.py JDH - Take Surv

[Matplotlib-users] Help with title spanning 2x2 subplots

2006-10-06 Thread stephen
I have a 2x2 matrix of subplots. Can I have a title that spans the top? Thanks. Stephen - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opini

[Matplotlib-users] Matplotlib powered website. Would love to get your feedback!

2006-10-06 Thread Vinj Vinj
Hi, I've been working hard on www.eswap.com. It's matplotlib powered. I would like to thank the matplotlib community and especially John H. for making this possible. Some of the features are: 1. See 20 (professional looking) charts per page 2. You can tag stocks with keywords 3. You can create yo

[Matplotlib-users] Setting only the X-axis scale?

2006-10-06 Thread Kelvin Chu
Hi, Is it possible in python/matplotlib to only define the x-axis range and have the y-axis autoscale? I've read the docs about axis() but this seems to set the bounds on both the x- and y-axes. Thanks. Kelvin Chu -- Kelvin Chu, Physics Department, Cook Building 82 University Place, Univ

Re: [Matplotlib-users] link axis subplots

2006-10-06 Thread Samuel GARCIA
By the way, does anyone look into the possibility of changing the feature after drawing ? I already ask this question a few time ago but it still in suspend. thank you sam John Hunter wrote: "Miriam" == Miriam Gerrits <[EMAIL PROTECTED]> write

Re: [Matplotlib-users] link axis subplots

2006-10-06 Thread John Hunter
> "Miriam" == Miriam Gerrits <[EMAIL PROTECTED]> writes: Miriam>Hi, Miriam>Is it possible in python/matplotlib to link the x-axis Miriam> in the subplots. So if you zoom in in one of the graphs of Miriam> the subplot, that then the other subplots also zoom in. In M

[Matplotlib-users] link axis subplots

2006-10-06 Thread Miriam Gerrits
Hi, Is it possible in python/matplotlib to link the x-axis in the subplots. So if you zoom in in one of the graphs of the subplot, that then the other subplots also zoom in. In Matlab this function is called 'linkaxis'. Thanks in advance, Miriam   -

[Matplotlib-users] Is someone interested in my widget ?

2006-10-06 Thread Samuel GARCIA
Hi list, I have just writen a new widget : a DragingCursor. If anyone want and to try and use it ... It is inspired from Cursor in widget module. Samuel -- ~ Samuel Garcia Universite Claude Bernard LYON 1 CNRS - UMR5020, Laboratoire des Neurosciences

Re: [Matplotlib-users] figuresize = full screen?

2006-10-06 Thread John Hunter
> "Mark" == Mark Bakker <[EMAIL PROTECTED]> writes: Mark> So is it just capital F, or Control F or so? I'll look into Mark> Tk, But no promises, Mark Oops, my bad. It's just 'f', no SHIFT, no CTRL. JDH - Take

Re: [Matplotlib-users] figuresize = full screen?

2006-10-06 Thread Mark Bakker
So is it just capital F, or Control F or so?I'll look into Tk,But no promises,MarkOn 10/6/06, John Hunter < [EMAIL PROTECTED]> wrote:> "Mark" == Mark Bakker < [EMAIL PROTECTED]> writes:Mark> Hello - In interactive mode it is sometimes useful to make aMark> figure that is a full screen s

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

2006-10-06 Thread John Hunter
> "zhangh1" == zhangh1 <[EMAIL PROTECTED]> writes: zhangh1> Hi, all: I added a table to my figure using 'table' zhangh1> function. But since this table is very long, the user can zhangh1> only see part of it. Is there any easy way to add a zhangh1> scroll bar to the chart so t

Re: [Matplotlib-users] figuresize = full screen?

2006-10-06 Thread John Hunter
> "Mark" == Mark Bakker <[EMAIL PROTECTED]> writes: Mark> Hello - In interactive mode it is sometimes useful to make a Mark> figure that is a full screen size. Is there such an option Mark> ? We have it in gtk (thank to Steve Chaplin) with 'F'. And it would need to be added to e