~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/scicos/ANIMXY_f.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ANIMXY_f           Scilab Group           Scicos Block             ANIMXY_f
2
 
NAME
3
 
   ANIMXY_f - Scicos 2D animated visualization block
4
 
  
5
 
DESCRIPTION
6
 
   This block realizes the visualization of the evolution of the two regular
7
 
  input signals by drawing the second input as a function of the first at
8
 
  instants of events on the event input port.
9
 
  
10
 
DIALOGUE PARAMETERS
11
 
 Curve colors         : an integer. It is the color number (>=0) or marker
12
 
                      type (<0) used to draw the evolution of the input
13
 
                      port signal. See xset() for color (dash type)
14
 
                      definitions.
15
 
                      
16
 
 Line or mark size    : an integer. 
17
 
                      
18
 
 Output window number : The number of graphic window used for the display.
19
 
                      It is often good to use high values to avoid conflict
20
 
                      with palettes and Super Block windows. If you have
21
 
                      more than one scope, make sure they don't have the
22
 
                      same window numbers (unless superposition of the
23
 
                      curves is desired).
24
 
                      
25
 
 Output window position
26
 
                       : a 2 vector specifying the coordinates of the upper left corner of the
27
 
                      graphic window. Answer [] for default window
28
 
                      position.
29
 
                      
30
 
 Output window size   : a 2 vector specifying the width and height  of 
31
 
                      the graphic window. Answer [] for default window
32
 
                      dimensions.
33
 
                      
34
 
 Xmin, Xmax           : Minimum and maximum values of the first input;
35
 
                      used to set up the X-axis of the plot in the graphics
36
 
                      window.
37
 
                      
38
 
 Ymin, Ymax           : Minimum and maximum values of the second input;
39
 
                      used to set up the  Y-axis of the plot in the
40
 
                      graphics window.
41
 
                      
42
 
 Buffer size          : an integer. In order to minimize the number of
43
 
                      graphics outputs, data may buffered.
44
 
                      
45
 
REMARKS
46
 
   Output window number, Output window size, Output window position are only
47
 
  taken into account at the initialisation time of the simulation.   
48
 
  
49
 
SEE ALSO
50
 
   SCOPE_f, EVENTSCOPE_f, SCOPXY_f     
51