
There are four levels of plotting in Divooka:
- Quick, high-level, one-shot plotting
- Slightly more advanced configuration based plotting for standard charts
- Specialized plotting types with varying levels of customization
- In additional to above three, we also support text-based drawing with Dhole
At the moment Divooka doesn't have a way for you to draw completely custom plots - if that's desirable, consider using lower level drawing API and image composition API instead.
In this note, we will go through each type below, and for more details, please refer to API doc or library specific documentation.
(Work in progress)
¶ Standard
Plot |
Location |
Purpose |
Configurations |
Scatter Plot |
Quick Plot |
Scatter or line chart. |
Pending |
Chart |
Syntax Example |
Equivalance |
Table |
... |
... |
Plotting is typically provided in Plotting > Quick Plot
toolbox, with additional configurations in Plotting Configurations
category.

To draw a given plot, pick the plot type node, then supply required parameters.

¶ 2. Configuration Based Standard Plots
This method has limitation on the possible type of plots and may become cumbersome for advanced customization.
Supported series/objects:
- Annotation
- AnnularEllipticalSector
- AnnularSector
- Arc
- Arrow
- BackgroundText
- Bar
- Bars
- Box
- Boxes
- Bracket
- Callout
- Candlestick
- Circle
- CircleSector
- ColorBar
- ContourLines
- Coxcomb
- Crosshair
- DataLogger
- DataStreamer
- DataStreamerXY
- Ellipse
- EllipticalArc
- EllipticalSector
- ErrorBar
- FillY
- Function
- Heatmap
- Histogram
- HorizontalLine
- HorizontalSpan
- ImageMarker
- ImageRect
- Legend
- Line
- Lollipop
- Marker
- Markers
- OHLC
- Phasor
- Pie
- PolarAxis
- Polygon
- Population
- Radar
- RadialGaugePlot
- Ranges
- Rectangle
- ScaleBar
- Scatter
- ScatterLine
- ScatterPoints
- Signal
- SignalConst
- SignalXY
- SmithChartAxis
- StackedRanges
- Text
- Tooltip
- TriangularAxis
- VectorField
- VerticalLine
- VerticalSpan
Supported elements:
- Plot title
- X Axis Label
- Y Axis Label
Those are typically exposed through QuickPlot
as well.
- QR Code
- Population Pyramid
- And more!
