From: Darren D. <dd...@co...> - 2007-05-10 13:23:18
|
On Wednesday 09 May 2007 12:19:24 pm Johann Cohen-Tanugi wrote: > I am creating a "big" drawing ( figure(figsize=(16,20)) ), and when I > try to save it in eps/ps form, it mishandle the overall size and only > save a portion of the drawing. Saving in png or jpg works fine though. > Any idea? On my system, you cant create a figure that is larger than the monitor size, unless I use a non-gui backend like agg or ps. It doesnt matter whether I save an eps, png, or jpg. Also, make sure your postscript viewer is not truncating the page due to an inappropriate page size setting. Darren |