Package AutoDockTools :: Module interactiveHistogramGraph
[hide private]
[frames] | no frames]

Module interactiveHistogramGraph

source code

Classes [hide private]
  InteractiveGraphBuilder
  GraphPoints
  GraphLine
  InteractiveGraphObject
  GraphObjects
  HistogramNode
  HistogramNodeSet
  InteractiveHistogramGraph

Functions [hide private]
  minBound(nodeList)
  maxBound(nodeList)

Variables [hide private]
  root = Tkinter.Tk()
  ehist = energy_histogram.EnergyHistogram()
  nodeList = ehist.histogram.array
  reverseIndex = ehist.reverseIndex
  histNB = InteractiveHistogramGraph('test', master= root, node...

Function Details [hide private]

minBound(nodeList)

source code 
None

maxBound(nodeList)

source code 
None

Variables Details [hide private]

root

None
Value:
Tkinter.Tk()                                                           
      

ehist

None
Value:
energy_histogram.EnergyHistogram()                                     
      

nodeList

None
Value:
ehist.histogram.array                                                  
      

reverseIndex

None
Value:
ehist.reverseIndex                                                     
      

histNB

None
Value:
InteractiveHistogramGraph('test', master= root, nodeList= nodeList, re
verseIndex= reverseIndex)