chips> add_frame;
chips> add_contour({1,4,5,2,5,5,2,0,3},3,3);
chips> add_contour({1,9,2,8,3,0,5,0,0},3,3,"color=pink");
chips> add_frame(.6,.6,.9,.9,"transparency=true");
chips> add_contour({3,5,5,1,2,5,3,4,5},3,3,"color=cyan id=inlay");
chips> add_contour({2,3,5,8,9,1,9,6,2},3,3,"color=yellow id=inlay2");
chips> current_contour("all");
chips> current_frame("all");
chips>info_current;
Window [win1]
Frame [frm1]
Plot [plot1]
X Axis [ax1]
Y Axis [ay1]
Contour [ctr2]
Coord Sys [Data]
Coord Sys ID [plot1_ax1ay1]
Frame [frm2]
Plot [plot1]
X Axis [ax1]
Y Axis [ay1]
Contour [inlay]
Contour [inlay2]
Coord Sys [Data]
Coord Sys ID [plot1_ax1ay1]
All contours in the second frame are made current, than
all frames are made current. Since currency was changed
to all, both frames 'frm1' and 'frm2' are listed. Note
that within 'frm1', only the second contour created is current.