- [Function]
- (
plotter-add-layer
plotter data [:redraw bool])
Adds data to plotter and makes it the new front layer. Data can be specified as a list of x y coordinate numbers, a list of CLOS objects or a seq of CLOS objects. If :redraw is true (the default) then plotter is redrawn after the new data has been added.
See also:
- Plotter API [Topic]