Table of Contents

Class: ColumnScatterDataMapper compClust/IPlot.py

ColumnScatterPlotView plots two columns of a dataset against each other.

Base Classes   
IDataMapper
Methods   
__init__
getPlotData
getXColumn
getYColumn
setXColumn
setYColumn
  __init__ 
__init__ (
        self,
        plotView,
        xCol=0,
        yCol=1,
        )

  getPlotData 
getPlotData ( self )

  getXColumn 
getXColumn ( self )

returns the column of the date being plotting as X-data

  getYColumn 
getYColumn ( self )

returns the column of the data being plotting as Y-data

  setXColumn 
setXColumn ( self,  col )

setXColumn(self, row)

sets row to be the column of the data to be plotting as X-data

  setYColumn 
setYColumn ( self,  col )

setXColumn(self, col)

sets row to be the column of the data to be plotting as X-data


Table of Contents

This document was automatically generated on Wed Aug 27 14:24:55 2003 by HappyDoc version 2.1