|
|
__init__(self,
size=(600, 600),
x_range=None,
y_range=None,
title='No Title',
ylabel='Y Axis',
xlabel='X Axis',
pad=True) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
label(self,
point,
label,
**kwargs)
render a label at multiple points |
source code
|
|
|
|
points(self,
points,
color='black',
shape=0,
size=3,
label=None,
lty=None,
width=1)
render multiple points |
source code
|
|
|
|
point(self,
point,
color='black',
shape=0,
size=3,
label=None,
lty=None,
width=1)
render a single point |
source code
|
|
|
|
lines(self,
points,
color='black',
shape=None,
size=3,
label=None,
lty=1,
width=1)
render some lines |
source code
|
|
|
|
polygon(self,
points,
color='black',
shape=None,
size=3,
label=None,
lty=1,
width=1)
render a closed polygon |
source code
|
|
|
|
|
|
|
asR(self,
plot_pdf='/Users/qdb/Dropbox (ORNL)/git/pyvision/out.pdf')
Generate an R script that will reproduce this plot. |
source code
|
|