File: gr_menu.cat

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (32 lines) | stat: -rw-r--r-- 932 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

gr_menu(2)                     Scilab Function                     gr_menu(2)
NAME
  gr_menu - simple interactive graphic editor

CALLING SEQUENCE
  [sd1]=gr_menu([sd,flag])

PARAMETERS

  sd        : list (output of gr_menu), or vector of length four
            [xmin,ymin,xmax,ymax] (boundaries of the plot).

  sd1       : list (graphical objects created under gr_menu

DESCRIPTION
  gr_menu is a simple interactive graphic editor.  The created graphics are
  saved as a list which can be given to gr_menu as an entry value.

  [sd]=gr_menu([xmin,ymin,xmax,ymax])
                 : enters gr_menu with a fixed frame

  [sd]=gr_menu();
                 : enters gr_menu with the  fixed frame  [0 0 100 100].

  [sd]=gr_menu(sd)
                 : redraws the graphics stored in sd and enters interactive
                 mode [sd]=gr_menu(sd,1) : only draws the graphics stored in
                 sd.

AUTHOR
  S.S. & J.Ph.C.