public class AnnotationCommand
extends PyObject
annotation( 0, 'Anno1' ) annotation( 1, 'Anno2', textColor='darkBlue', anchorPosition='NW' ) plot( 'vap+cdaweb:ds=OMNI2_H0_MRG1HR&id=DST1800&timerange=Oct+2016' ) annotation( 2, 'Anno3', anchorType='DATA',pointAt='2016-10-14T07:51Z,-100', xrange='2016-10-20T00:00/PT30S', yrange='-150 to -100', anchorPosition='OutsideNE', anchorOffset='' )
https://autoplot.org/help.annotationCommand
Modifier and Type | Field and Description |
---|---|
static PyString |
__doc__ |
Constructor and Description |
---|
AnnotationCommand() |
Modifier and Type | Method and Description |
---|---|
PyObject |
__call__(PyObject[] args,
java.lang.String[] keywords)
implement the python call.
|