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. Eric ------------------------------------------------------------------------- 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