]> SALOME platform Git repositories - modules/visu.git/blob - doc/salome/gui/VISU/input/creating_curves.doc
Salome HOME
Merge from V5_1_main 14/05/2010
[modules/visu.git] / doc / salome / gui / VISU / input / creating_curves.doc
1 /*!
2
3 \page creating_curves_page Creating curves
4
5 \n \b Post-Pro functionality allows to create <b>Curve lines</b> on
6 the basis of the data taken from tables, and to display these curves
7 in form of 2D plot using <b>Plot2d viewer</b>. <b>Plot2d viewer</b>
8 is described in the documentation on GUI module.
9
10 <em>To create curves:</em>
11 <ol>
12 <li>Right-click on the required table in the Object Browser.</li>
13
14 <li>From the pop-up menu choose <b>Create Curves</b> option.</li>
15
16 <li>The following dialog box will appear:
17
18 \image html createcurves.png
19
20 This dialog box has the form of a table; each row of this table
21 represents one column of values of the imported data table.
22 \n To construct curve lines, you should choose at least two columns of
23 the data table by checking them in the \b Axis part of the dialog box:
24 <ul>
25 <li>\b H (horisontal) - the values of this column will correspond to
26 X-coordinates of the curve.</li>
27 <li>\b V (vertical left) - the values of this column will correspond to
28 Y-coordinates of the curve to be attached to the left vertical axis of
29 the Plot2d viewer.</li>
30 <li>\b V2 (vertical right) - the values of this column will correspond to
31 Y-coordinates of the curve to be attached to the right vertical axis of
32 the Plot2d viewer.</li>
33 \note If there are several curves attached both to left and right
34 vertical axes, they will be indicated by the following icons in the
35 legend:
36 \image html axis_bottom_left.png
37 <br>
38 \image html axis_bottom_right.png
39 </ul>
40
41 The column \b Assigned allows to represent the values assigned to the
42 points of the curve (possible for V- and V2-rows only). Any row, even
43 coinciding with the current or empty (no values assigned), can be
44 represented. All values are indicated with tool tips over the
45 corresponding curve points in the Plot2d viewer.
46
47 To define the \b Attributes of your curve remove the checkmark from <b>Auto
48 assign</b> (if it is checked, default attributes are taken) and
49 select:
50 <ul>
51 <li><b>Line type</b> (None, Solid, Dash, Dot, Dash - Dot, Dash - Dot -
52 Dot),</li>
53 <li><b>Line width</b>,</li>
54 <li><b>Marker type</b> (Circle, Rectangle, Diamond, Rightward,
55 Leftward, Downward & Upward Triangle, Cross or Diagonal Cross),</li>
56 <li>\b Color (using the standard <b>Select Color</b> menu).</li>
57 </ul>
58
59 \note From this dialog box you can create several curves for the
60 columns of your data table with the same units. \b Post-Pro allows to
61 display at once up to 200 curves.
62 </li>
63
64 <li>Click \b OK to create your curves with the given parameters. \b
65 Post-Pro will automatically create your curve or curves in the
66 structure of the study under two SALOME objects: 
67 <ul>
68 <li>SALOME table object,</li>
69 <li>\b Plot2DView object: SALOME container of curve lines which will
70 be created automatically.</li>
71 </ul>
72 </li>
73 </ol>
74
75
76
77
78 */