|
From: Jae-Joon L. <lee...@gm...> - 2012-10-19 04:49:04
|
> Yeah, that's what I feared. But in the mean time, are there any best > practices to minimize undesired effects like the one above? For example, > are there any other functions that need special parameters to not raster > their output when writing to a vector format? And is there a way to get > a figure on the screen with the right size when I don't know what dpi > the monitor is running with? As I said, if you use interpolation="none" with your inshow, the original image will be sent to the backends. Figuring out the dpi of the screen, I have no clue at this moment. Maybe this is something a gui expert can answer. Regards, -JJ |