Eric Firing wrote:
> Diwaker Gupta wrote:
>   
>> Folks,
>>
>> I'm trying to make a simple plot where the xtick labels are rotated by
>> 45 degrees. The rotation works fine, but it destroys the anti aliasing
>> of the labels. The rest of the plot renders just fine. I'm using the
>> PS backend (savefig to an EPS). Something like this:
>>
>> labels = ["one", "two", "three"]
>> xticks(arange(len(labels)), labels, rotation="45")
>>
>> Is this a  known issue? Any work arounds?
>>
>> Thanks,
>> Diwaker
>>     
>
> If your output is Postscript, then the antialiasing of text is being 
> done (or not done) by whatever is rendering your .ps file, not by mpl. 
> So there is nothing mpl can do about it.
>   
Try different Postscript viewers available on your platform -- it's 
possible one of them may produce better results.  And, of course, the 
most important thing with Postscript is how it renders on your printer.  
If you're still seeing non-antialised fonts in everything, please attach 
the .eps file to this list and I'll have a look at it for anything strange.

Cheers,
Mike

-- 
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 the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to