| Trees | Index | Help | 
|---|
| Module gwy :: Class Graph | 
  | 
| Method Summary | |
|---|---|
Creates graph widget based on information in model.  | |
Enables/disables all the graph/curve settings dialogs to be invoked by mouse clicks.  | |
export_pixmap(export_title,
          export_axis,
          export_labels)
 | |
Gets the area widget of a graph.  | |
Gets a graph axis.  | |
Gets the model of a graph.  | |
Get the status of a graph widget.  | |
Sets the visibility of graph axis of given orientation.  | |
Changes the model a graph displays.  | |
Sets the status of a graph widget.  | |
UNIMPLEMENTED_export_postscript(export_title,
          export_axis,
          export_labels,
          str)
 | |
Creates a new window showing graph. | |
| Method Details | 
|---|
  __init__(gmodel)
    
  Creates graph widget based on information in model.
   | 
  enable_user_input(enable)Enables/disables all the graph/curve settings dialogs to be invoked by mouse clicks.
  | 
  get_area()Gets the area widget of a graph.
  | 
  get_axis(type)Gets a graph axis.
  | 
  get_model()Gets the model of a graph.
  | 
  get_status()Get the status of a graph widget. SeeGraph.set_status() for more.
  
  | 
  set_axis_visible(type, is_visible)Sets the visibility of graph axis of given orientation. Visibility can be set also directly using Axis API.
  | 
  set_model(gmodel)Changes the model a graph displays. Everything in graph widgets will be reset to reflect the new data.
  | 
  set_status(status)Sets the status of a graph widget. The status determines how the graph reacts on mouse events. This includes point or area selection and zooming.
  | 
  window_new()Creates a new window showinggraph.
  
  | 
| Trees | Index | Help | 
|---|
| Generated by Epydoc 2.1 on Tue Dec 30 04:01:42 2008 | http://epydoc.sf.net |