diff --git a/doc/xschem_man/graphs.html b/doc/xschem_man/graphs.html index a485bb2e..df60995d 100644 --- a/doc/xschem_man/graphs.html +++ b/doc/xschem_man/graphs.html @@ -66,9 +66,6 @@ p{padding: 15px 30px 10px;} Waves->Op | Ac | Dc | Tran | Tran | Noise | Sp . This command loads the user selected .raw file produced by a ngspice/Xyce simulation.

-

- Ensure the circuit.raw is saved in binary format (no set filetype=ascii in your testbench) -

The raw file is usually located in the simulation/netlisting directory Simulation ->set netlist dir.
@@ -80,6 +77,17 @@ p{padding: 15px 30px 10px;} Then, select a node or a net label, press 'Alt-G', the net will be added to the graph. Here after a list of commands you can perform in a graph to modify the viewport. These commands are active when the mouse is Inside the graph (you will notice the mouse pointer changing from an arrow to a +). +

+

+ if set graph_use_ctrl_key 1 is set in the xschemrc file all bind keys shown + below will need the Control key pressed to operate on the graphs. This setting can be used + to make it more explicit when the user wants to operate on graphs. Without the Control + key pressed the usual functions on schematic are performed instead of graph functions.
+ Example: the key a will create a symbol if used in a schematic while it shows a cursor + if done when the mouse pointer is inside a graph. With the set graph_use_ctrl_key 1 option + you will need to press Control-a with the mouse pointer inside a graph to show a cursor. +

+

if the mouse is outside the graph the usual Xschem functions will be available to operate on schematics: