Salome HOME
040eb240cf198ffda1fb4f6bdf8e05d9b8d84244
[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) - the values of this column will correspond to
28 Y-coordinates of the curve.</li>
29 </ul>
30
31 The column \b Assigned allows to represent the values assigned to the
32 points of the curve (possible for V-rows only). Any row, even
33 coinciding with the current or empty (no values assigned), can be
34 represented. All values are indicated with tool tips over the
35 corresponding curve points in the Plot2d viewer.
36
37 To define the \b Attributes of your curve remove the checkmark from <b>Auto
38 assign</b> (if it is checked, default attributes are taken) and
39 select:
40 <ul>
41 <li><b>Line type</b> (None, Solid, Dash, Dot, Dash - Dot, Dash - Dot -
42 Dot),</li>
43 <li><b>Line width</b>,</li>
44 <li><b>Marker type</b> (Circle, Rectangle, Diamond, Rightward,
45 Leftward, Downward & Upward Triangle, Cross or Diagonal Cross),</li>
46 <li>\b Color (using the standard <b>Select Color</b> menu).</li>
47 </ul>
48
49 \note From this dialog box you can create several curves for the
50 columns of your data table with the same units. \b Post-Pro allows to
51 display at once up to 200 curves.
52 </li>
53
54 <li>Click \b OK to create your curves with the given parameters. \b
55 Post-Pro will automatically create your curve or curves in the
56 structure of the study under two SALOME objects: 
57 <ul>
58 <li>SALOME table object,</li>
59 <li>\b Plot2DView object: SALOME container of curve lines which will
60 be created automatically.</li>
61 </ul>
62 </li>
63 </ol>
64
65
66
67
68 */