Controling the tick thickness

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 Valenciennes - Le Mont Houy - 59313 Valenciennes Cedex 9
Téléphone: (0/33)3 27 51 19 72
Télécopie: (0/33)3 27 51 19 61
Mel: francois.beaubert@...1286...

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

François,
These options can be found in the matplotlibrc configuration figure, or can be set at runtime using the rc command.

David

2006/10/5, François Beaubert <
francois.beaubert@…1288…>:

···

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 Valenciennes - Le Mont Houy - 59313 Valenciennes Cedex 9
Téléphone: (0/33)3 27 51 19 72
Télécopie: (0/33)3 27 51 19 61

Mel: francois.beaubert@…1286…


This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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 surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

configuration file… sorry

2006/10/5, François Beaubert <francois.beaubert@…1286…>:

···

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 Valenciennes - Le Mont Houy - 59313 Valenciennes Cedex 9
Téléphone: (0/33)3 27 51 19 72
Télécopie: (0/33)3 27 51 19 61

Mel: francois.beaubert@…1286…


This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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 surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

2006/10/5, François Beaubert <
francois.beaubert@...1286...>:
> 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.

François,
These options can be found in the matplotlibrc configuration figure, or can
be set at runtime using the rc command.
David

hi,
which option is that? I know the length can be set there, but the
width? trying e.g.
  xtick.linewidth : 1.0
does not seem to work.

Helge

···

On 10/5/06, David Huard <david.huard@...287...> wrote: