org.autoplot.jythonsupport.DatasetCommand

new implementation of the dataset command allows for keywords in the Jython environment.

{@code
 dataset( [1,2,3,4,3], title='My Data' )
}

DatasetCommand( )


__doc__


__call__

__call__( PyObject[] args, java.lang.String[] keywords ) → PyObject

implement the python call.

Parameters

args - the "rightmost" elements are the keyword values.
keywords - the names for the keywords.

Returns:

Py.None

[search for examples] [view on GitHub] [view on old javadoc] [view source]