home *** CD-ROM | disk | FTP | other *** search
- % graphpanel left right bottom top num_of_panels panel_number
-
- % DESCRIPTION:
- % Divide a rectangle into a set of vertical panels
- % and set the graph frame to a particular panel
-
- % ARGUMENTS:
- % left,right ± a rectangle that encloses all of the
- % bottom,top panels
- % num_of_panels ± the number of vertical panels
- % panel_number ± the desired panel number (1 = bottom)
-
- set panel_height &4 &3 - &5 /
- set panel_bottom &6 1 - panel_height * &3 +
- set panel_top panel_bottom panel_height +
-
- graphframe &1 &2 panel_bottom panel_top