Name
doPlot — Plot a graph
Synopsis
doPlot
|
(input,
|
| name, | |
| color, | |
| style = styleLine, | |
| minvalue = "empty", | |
| maxvalue = "empty", | |
| XShift = 0, | |
| ZOrder = 0, | |
width = 1);
|
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| input | array | ||
| name | string | ||
| color | array_or_number | ||
| style | array_or_number | styleLine | |
| minvalue | array | "empty" | |
| maxvalue | array | "empty" | |
| XShift | number | 0 | |
| ZOrder | number | 0 | |
| width | number | 1 |
Description
This function is inspired by AmiBroker function: www.amibroker.com/guide/afl/plot.html
Plot a graph

