[Thread Prev][Thread Next][Index]

Re: [ferret_users] How to make a plot with 2 Y axis



The copy_viewport.jnl script

Olivier


\CANCEL MODE VERIFY

!**************************************************************
! Description:
!
!  Creates a copy of the current viewport with a new name
!  Copy the margins
!  Set this new viewport
!
! Usage : GO copy_viewport [<New viewport name>]
!
! Example :
!   yes? SET VIEWPORT FULL
!   yes? PLOT/AXES=(1,0,1,0)/LINE=2 I[I=1:50]
!   yes? GO copy_viewport
!   yes? PLOT/AXES=(0,1,0,1)/LINE=3 100*I[I=1:50]^2
!
! Author: Olivier Marti
!
!**************************************************************

DEFINE SYMBOL view_copy = `($view_copy"0") + 1`  ! Keep memory of viewports created

Attachment: smime.p7s
Description: S/MIME cryptographic signature


[Thread Prev][Thread Next][Index]