[ncl-talk] Panel plots with two PDF files

Karin Meier-Fleischer meier-fleischer at dkrz.de
Tue Dec 9 06:41:37 MST 2014


Hi Ipsita,

first that’s not a NCL problem. To create a panel it would be the best way to do it in your NCL script 
directly using gsn_panel, not afterwards.

But, you can use ImageMagicks montage program to merge two pdfs on one page:

   montage file1.pdf file2.pdf -tile 1x2 new_2on1.pdf

Bye,
Karin

Am 09.12.2014 um 05:44 schrieb Ipsita Putatunda <ipsita.putatunda at gmail.com>:

> Dear NCL users,
>     I need some help to make a panel plot using two different PDF files(plots). I have two plots in separate PDF output files, I want to get these two in one single file as panel plot. I don't know if such kind of operation is possible in NCL or not? I don't have any idea on this. Any help will be appreciated.
> 
> Thanks,
> Ipsita
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141209/514afc5b/attachment.html 


More information about the ncl-talk mailing list