Plotting
Create figures and plots.
Figures are based on Apache ECharts and support most of its options.
Currently supported data formats are Aleph List of integer and real values, plus linear algebra arrays (RealArray, IntegerArray).
Examples
Figure()
.title("My Plot")
.line([0, 1, 2], [0, 1, 4])
.save("my_plot")
Types
| Name | Description |
|---|---|
| Figure | Figure builder that collects data, configuration and options. |