Home | Trees | Indices | Help |
|
---|
|
object --+ | Histogram
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Returns a multiline string containing a a horizontal histogram representation of self.data >>> d = normal(size=1000) >>> h = Histogram(d,bins=25) >>> print h.horizontal(5,'|') 106 ||| ||||| ||||||| |||||||||| ||||||||||||| -3.42 3.09
|
Returns a Multi-line string containing a a vertical histogram representation of self.data >>> d = normal(size=1000) >>> Histogram(d,bins=10) >>> print h.vertical(15,'*') 236 -3.42: -2.78: -2.14: *** -1.51: ********* -0.87: ************* -0.23: *************** 0.41 : *********** 1.04 : ******** 1.68 : * 2.32 :
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jan 26 15:29:58 2011 | http://epydoc.sourceforge.net |