Berit Hinnemann wrote:
>
> Hi again,
>
> Thanks a lot for all the replies. Markersize and Markeredgewidth work 
> beautifully.
>
> A couple more questions, which is, I think, are related to what Erik 
> Tollerud asked
>
> -Is it correct that I can only mix math symbols and normal text in an 
> axis label, when I use "usetex = True"
No.  As of 0.91 and later, you can mix normal text with math.  Just 
stick the math inside a pair of '$'.
> -When I do that and set the default font to e.g. Helvetica, everything 
> gets printed in Helvetica, except the numbers on the axes. How can I 
> get them in Helvetica as well?
Can you include a snippet of code showing how you set those fonts?

Cheers,
Mike
>
> Thanks a lot!
>
> Best regards,
> Berit
> ------------------------------------------------------------------------
> *Berit Hinnemann*
> Research Scientist | Characterization Department | Research & Development
>
> *Haldor Topsøe A/S*
> Nymøllevej 55
> DK-2800 Kgs. Lyngby
> Phone: +45 4527 2130 (direct)
>
> /Haldor Topsøe is market leading within heterogeneous catalysis and 
> supplies catalysts and process design for oil refineries, chemical 
> plants and the energy sector. The environment plays an important role 
> in Topsøe's research and production, and through the introduction of 
> new catalysts and technologies the company supports a more sustainable 
> use of the world's resources. Annual revenues total DKK 3.5 billion 
> generated by our 1,700 dedicated employees. For additional information 
> please see our web 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
>
>
>
>       
>
>
>
>
>
> 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 points)
> though markeredgewidth may be useful too....
>
> JDH
>
>
>
> ------------------------------------------------------------------------
>
> This e-mail message (including attachments, if any) is confidential 
> and may be privileged. It is intended only for the addressee.
> Any unauthorised distribution or disclosure is prohibited. Disclosure 
> to anyone other than the intended recipient does not constitute waiver 
> of privilege.
> If you have received this e-mail in error, please notify the sender by 
> e-mail and delete it and any attachments from your computer system and 
> records.
> HALDOR TOPSOE (_www.topsoe.com_ <http://www.topsoe.com/>)
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>   

-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to