|
|
|
|
|
scatter(self,
x,
y,
names=[],
title='',
style='points')
Makes scatter plots from numpy arrays. |
source code
|
|
|
plotlines(self,
data,
names=[],
title='',
style='lines')
Create a sinlge/multiple line plot from a numpy array or record array. |
source code
|
|
|
_linesFromRA(self,
data,
style)
Record-array specific code |
source code
|
|
|
plothist(self,
data,
title='',
names=[])
Create a sinlge/multiple Histogram plot from a numpy array or record array. |
source code
|
|
|
_histFromRA(self,
data)
Record-array specific code |
source code
|
|