]> SALOME platform Git repositories - modules/gui.git/blob - doc/salome/gui/input/plot2d_viewer.doc
Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/gui.git] / doc / salome / gui / input / plot2d_viewer.doc
1 /*!
2
3 \page plot2d_viewer_page Plot 2D viewer
4
5 \n <b>Plot 2d viewer</b> toolbar gives fast access to the following
6 operations:
7
8 \image html image77.png
9 <center><b>Dump View</b> - exports an object from the viewer in bmp,
10 png, jpg or jpeg image format.</center>
11
12 \image html image96.png
13 <center><b>Fit all</b> - scales the display to show the entire
14 scene. Use this to resize the scene so that it could fit within the
15 Viewer boundary.</center>
16
17 \image html image97.png
18 <center><b>Fit area</b> - resizes the view to place in the visible
19 area only the contents of a frame drawn with pressed left mouse
20 button.</center>
21
22 \image html image98.png
23 <center><b>Zoom</b> - allows to zoom in and out.</center>
24
25 \image html image99.png
26 <center>\b Panning - if the represented objects are greater that the
27 visible area and you don't wish to use Fit all functionality, click on
28 this button and you'll be able to drag the scene to see its remote
29 parts.</center>
30
31 \image html image100.png
32 <center><b>Global panning</b> - allows to define the center of the
33 scene presenting all displayed objects in the visible area.</center>
34
35 \image html plot2d_points.png
36 <center><b>Draw Points</b> - represents points on the graph.</center>
37
38 \image html plot2d_lines.png
39 <center><b>Draw Lines</b> - represents lines on the graph.</center>
40
41 \image html plot2d_splines.png
42 <center><b>Draw Splines</b> - represents splines on the graph.</center>
43
44 \image html plot2d_logarithmic_horizontal.png
45 <center><b>Horizontal axis logarithmic</b> - changes the scaling on
46 horizontal axis to logarithmic.</center>
47
48 \image html plot2d_logarithmic_vertical.png
49 <center><b>Vertical axis logarithmic</b> - changes the scaling on vertical
50 axis to logarithmic.</center>
51
52 \image html plot2d_legend.png
53 <center><b>Show Legend</b> - reveals all verbal and numerical
54 information on the graphs.</center>
55
56 \image html plot2d_settings.png
57 <center>\b Settings - calls a menu, in which you can specify advanced
58 settings for your Plot 2d Viewer.</center>
59
60 \image html plot2d_clone.png
61 <center><b>Clone view</b> - opens a new duplicate scene.</center>
62
63 \anchor settings
64 \n \image html plot2d_view_settings.png
65
66 The options are as follows:
67 <ul>
68 <li><b>Main title:</b> the title of the XY plot. By default, it will
69 consist of the names of the tables, on the basis of which the curve
70 lines have been constructed.</li>
71 <li><b>Curve type:</b> you can select from \b Points, \b Lines and \b Spline.</li>
72 <li><b>Show legend:</b> here you can define the position of the
73 description table on the XY plot (to the \b Left, to the \b Right, on
74 \b Top or on \b Bottom).</li>
75 <li><b>Marker size</b> - size of the points (markers) forming curve lines.</li>
76 <li><b>Background color</b> of the XY plot.</li>
77 <li><b>Scale mode:</b> here you can select the type of scaling (\b
78 Linear or \b Logarithmic) along <b>X (Horizontal)</b> or <b>Y (Vertical)</b> axes.</li>
79 </ul>
80
81 You can define settings for each axis separately:
82 <ul>
83 <li>\b Horizontal or \b Vertical axis title.</li>
84 <li><b>Grid/Axes marks:</b>  here you can define the maximum number of major
85 and minor scale divisions for a specified axis. The real number of
86 intervals fits to {1,2,5}*10^N, where N is a natural number, and
87 doesn't exceed the maximum.</li>
88 <li><b>Save settings as default:</b> If this check box is marked, all
89 XY plots will be displayed with these defined properties.</li>
90 </ul>
91
92 */