Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
utils::graph Namespace Reference

Functions

 create args
 
 delete graph
 
 isgraph graph
 
 data args
 
 cget graph opt
 
 configure args
 
 _configure args
 
 redraw graph
 
 plot_axes graph
 
 plot_data graph
 
 round n
 
 point_visible graph x y
 
 rescale graph
 
 xmap graph x
 
 ymap graph y
 
 xunmap graph cx
 
 yunmap graph cy
 
 scale_data graph coords
 
 set_range graph
 

Function Documentation

◆ _configure()

utils::graph::_configure   args  

Definition at line 181 of file graph.tcl.

◆ cget()

utils::graph::cget   graph opt  

Definition at line 152 of file graph.tcl.

◆ configure()

utils::graph::configure   args  

Definition at line 169 of file graph.tcl.

◆ create()

utils::graph::create   args  

Definition at line 71 of file graph.tcl.

◆ data()

utils::graph::data   args  

Definition at line 119 of file graph.tcl.

◆ delete()

utils::graph::delete   graph  

Definition at line 93 of file graph.tcl.

◆ isgraph()

utils::graph::isgraph   graph  

Definition at line 110 of file graph.tcl.

◆ plot_axes()

utils::graph::plot_axes   graph  

Definition at line 216 of file graph.tcl.

◆ plot_data()

utils::graph::plot_data   graph  

Definition at line 381 of file graph.tcl.

◆ point_visible()

utils::graph::point_visible   graph x y  

Definition at line 487 of file graph.tcl.

◆ redraw()

utils::graph::redraw   graph  

Definition at line 205 of file graph.tcl.

◆ rescale()

utils::graph::rescale   graph  

Definition at line 502 of file graph.tcl.

◆ round()

utils::graph::round   n  

Definition at line 473 of file graph.tcl.

◆ scale_data()

utils::graph::scale_data   graph coords  

Definition at line 559 of file graph.tcl.

◆ set_range()

utils::graph::set_range   graph  

Definition at line 571 of file graph.tcl.

◆ xmap()

utils::graph::xmap   graph x  

Definition at line 520 of file graph.tcl.

◆ xunmap()

utils::graph::xunmap   graph cx  

Definition at line 539 of file graph.tcl.

◆ ymap()

utils::graph::ymap   graph y  

Definition at line 529 of file graph.tcl.

◆ yunmap()

utils::graph::yunmap   graph cy  

Definition at line 549 of file graph.tcl.