Re: Single plot overlaid on multiple base plots

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue Dec 10 2013 - 09:11:13 MST

Hi Li,

Once you overlay a plot onto another plot using "overlay", you cannot overlay it again on other plots.

If you need to overlay "A" multiple times, you can try making a copy of it:

plotB = plotA
plotC = plotA

overlay(plotBase1, plotA)
overlay(plotBase2,plotB)
overlay(plotBase3,plotC)

etc.

--Mary

On Dec 9, 2013, at 8:37 PM, Li Dong <dongli@lasg.iap.ac.cn> wrote:

> Dear all,
>
> I have a plot (call it A) that is used to be overlaid on multiple base plots, because A is plotted so slowly that I would like just plot it once and reuse it. But I encountered the error:
>
> fatal:NhlAddOverlay: tranform is already an annotation or overlay: 9
>
> and only the first base plot has A overlaid.
>
> How could I achieve this? Thank you!
>
> Best regards,
>
> Li
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Dec 10 09:11:20 2013

This archive was generated by hypermail 2.1.8 : Fri Dec 13 2013 - 11:39:30 MST