From: John H. <jdh...@ac...> - 2004-03-08 17:16:15
|
>>>>> "Kuzminski," == Kuzminski, Stefan R <SKu...@fa...> writes: Kuzminski> Thanks, that worked for the line being plotted, Kuzminski> although the legend box and axis are still aliased. Kuzminski> Part of my requirements include supporting Kuzminski> presentation quality printing. I would like to just Kuzminski> use Agg as GD has dependency issues and keeps popping Kuzminski> up other problems ( not to mention how great the Agg Kuzminski> output looks ). But that great looking anti-aliasing Kuzminski> doesn't print well, so ideally there would be a Kuzminski> 'global' level flag that controls aliasing ( or not ) Kuzminski> for everything drawn. I know when the image is being Kuzminski> created for viewing or for printing and so can set the Kuzminski> flag accordingly. I'll work on getting the rest of the objects to respect the antialiased flag. You can control antialiasing for all lines globally with rcParams http://matplotlib.sourceforge.net/faq.html#CUSTOM JDH |