public class PlotCommand
extends PyObject
plot( 0, ripples(20) ) plot( 1, ripples(20), color=Color.BLUE ) plot( 2, ripples(20), renderType='series>color=blue' )
https://autoplot.org/help.plotCommand| Modifier and Type | Field and Description |
|---|---|
static PyString |
__completions__ |
static PyString |
__doc__ |
| Constructor and Description |
|---|
PlotCommand() |
| Modifier and Type | Method and Description |
|---|---|
PyObject |
__call__(PyObject[] args,
java.lang.String[] keywords)
implement the python call.
|