1 <?xml version="1.0" encoding="UTF-8"?>
2 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="ieditor">
4 <refname>Interactive Editor</refname>
5 <refpurpose> Interactive plot editor</refpurpose>
8 <title>Description</title>
11 The interactive plot editor added new features to scilab, now the user can
12 interact with the plot window and the graphic objects without using a single line of code.
15 The interactive plot editor provides the following features:
23 <imagedata fileref="../images/editor_menu.png"/>
29 Graphic entity selection
31 The user can select curves, surfaces and legends on the plot window.
33 To select an entity, you need just click on it.
37 <imagedata fileref="../images/editor_selected.png"/>
44 Selected entities can be copied/cutted and be pasted to others figures (except legends).
46 To copy/cut an entity: select it, right click copy/cut.
50 <imagedata fileref="../images/editor_copy.png"/>
53 <imagedata fileref="../images/editor_paste.png"/>
61 The axes properties can be copied and pasted to ease formatting between figures.
63 To copy the axes style: right click in the figure and "copy style".
67 <imagedata fileref="../images/editor_copy_style.png"/>
70 <imagedata fileref="../images/editor_paste_style.png"/>
78 The figure can be copied to the system clipboard, and pasted to others programs (like Word).
80 To copy the figure to the clipboard: right click, copy to clipboard
84 <imagedata fileref="../images/editor_copy_clipboard.png"/>
92 Deletes the selected entity.
94 To delete an entity: select it, right click, delete
98 <imagedata fileref="../images/editor_delete.png"/>
101 <imagedata fileref="../images/editor_deleted.png"/>
109 Enables the user to hide the selected entity and unhide all hidden entities.
111 To hide an entity: select it, right click, hide.
115 <imagedata fileref="../images/editor_hide.png"/>
118 <imagedata fileref="../images/editor_hidden.png"/>
126 Almost any action done with the editor can be undone/ redone.
128 To undo/redo an action, right click, "undo"/redo.
136 With a simply right click the user can insert labels in the axes, and doing a double click over a label text opens a dialog to edit its text.
140 <imagedata fileref="../images/editor_edit_label.png"/>
149 With a simply right click the user can insert a legend to the selected curve or remove it, and doing a double click over a legend box opens a dialog to edit its text.
153 <imagedata fileref="../images/editor_edit_legend.png"/>
156 <imagedata fileref="../images/editor_remove_legend.png"/>
159 <imagedata fileref="../images/editor_removed_legend.png"/>
169 Clear action isn't added to the undo/redo history.
173 <imagedata fileref="../images/editor_clear.png"/>
176 <imagedata fileref="../images/editor_clean.png"/>
184 With a simply right click the user can open the ged with the properties from the selected/right clicked entity.
195 To move objects: enable the data editor mode, select and drag an object.
199 <imagedata fileref="../images/editor_enable_edit.png"/>
202 <imagedata fileref="../images/editor_move_curve.png"/>
207 <imagedata fileref="../images/editor_move_legend.png"/>
210 <imagedata fileref="../images/editor_moved_legend.png"/>
217 Graphically curve data editor
220 To edit a curve data: enable the data editor mode, select an object, right click, edit curve data or double click over curve.
224 <imagedata fileref="../images/editor_enable_curve_edit.png"/>
228 To add a point: with the selected curve in edit mode, right click, "insert" or double click over the curve.
231 To remove a point: with the selected curve in edit mode, right click, "remove".
235 <imagedata fileref="../images/editor_add_point.png"/>
239 To move a point: with the selected curve in edit mode, click in the point and drag it.
243 <imagedata fileref="../images/editor_move_point.png"/>