Re: Making the 6 figure panel plot bigger

From: Hui-Chuan Lin <hclin_at_nyahnyahspammersnyahnyah>
Date: Wed Jul 31 2013 - 11:52:49 MDT

Soumik,

An outside NCL solution is to use convert to chop off the while space
when converting to png file.

convert -trim -density 150x150 input.pdf output.png

Hui-Chuan

On 7/31/13 11:30 AM, Soumik Basu wrote:
> Hi Adam,
>
> From the example it is not clear to me that where should I put that
> maximize statement. I tried putting it in each set of the figures that I
> am drawing but it made the figure split into three separate png figures.
> Most probably because it is closing the frame when I am calling the
> maximize function. So if I try putting it at the end after drawing both
> sets separately and call this function before closing the frame it is
> still splitting the image in two separate png figures. So I tried using
> this function after closing the frame after the second set of plots and
> then it give the smaller images as before and another figure with the
> second sets of plots only.
>
> Thanks,
> Soumik
>

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Jul 31 11:52:58 2013

This archive was generated by hypermail 2.1.8 : Thu Aug 01 2013 - 15:55:04 MDT