Re: [Matplotlib-users] Make tick labels thicker

2008-06-03 Thread Michael Droettboom
site /*_www.topsoe.com_* http://www.topsoe.com/ *John Hunter [EMAIL PROTECTED]* 02-06-2008 19:51 To Berit Hinnemann [EMAIL PROTECTED] cc matplotlib-users@lists.sourceforge.net Subject Re: [Matplotlib-users] Make tick labels thicker

Re: [Matplotlib-users] Make tick labels thicker

2008-06-03 Thread Berit Hinnemann
Hi Michael, Thanks a lot for your reply. No. As of 0.91 and later, you can mix normal text with math. Just stick the math inside a pair of '$'. I just realized that I have version 0.90 installed. Is it advisable to upgrade to 0.93 or to 0.98 directly? Also, how do I uninstall the 0.90

Re: [Matplotlib-users] Make tick labels thicker

2008-06-03 Thread Michael Droettboom
Berit Hinnemann wrote: Hi Michael, Thanks a lot for your reply. No. As of 0.91 and later, you can mix normal text with math. Just stick the math inside a pair of '$'. I just realized that I have version 0.90 installed. Is it advisable to upgrade to 0.93 or to 0.98 directly? Also, how

[Matplotlib-users] Make tick labels thicker

2008-06-02 Thread Berit Hinnemann
Hi, First of all, thanks to the developers for such a great Python plotting package. I use matplotlib more and more for my work. There is one thing, which I cannot get to work, namely to change the linewidth of the tick lines. I have tried ticklines = ax.get_xticklines()

Re: [Matplotlib-users] Make tick labels thicker

2008-06-02 Thread John Hunter
On Mon, Jun 2, 2008 at 12:32 PM, Berit Hinnemann [EMAIL PROTECTED] wrote: There is one thing, which I cannot get to work, namely to change the linewidth of the tick lines. I have tried ticklines = ax.get_xticklines() ticklines.extend(ax.get_yticklines()) for line in ticklines:

Re: [Matplotlib-users] Make tick labels thicker

2008-06-02 Thread John Hunter
On Mon, Jun 2, 2008 at 12:45 PM, John Hunter [EMAIL PROTECTED] wrote: for line in ax.get_xticklines() + ax.get_yticklines(): line.set_markeredgewidth(10) Correction ( I should have read the link myself first). The property you are probably interested is the markersize (marker size in