- Added Markers to the figure
- Added the ShapeMarker & TextMarker
- Added the CandleStick plot type (see example)
- Added the
show_x_labels
andshow_y_labels
options to figure - Added the
x_labels_formatter
andy_labels_formatter
options to figure - Added the
default
andscientific
formatters for the labels
- Added smooth option to line plot
- Added the logarithmic example
- Added the logarithmic scale
- Added the possibility to add a title to the figure.
- Updated the
build.zig
for Zig 0.12.0 dev.3552+b88ae8dbd (@lcscosta)