Releases: mindok/contex
Releases · mindok/contex
v0.5.0
- NOTE: behaviour change. If a
Datasetis made up of rows of maps,column_namesnow returns headers if it is supplied, otherwise returns
map keys from the first row. Previously, it just returned the map keys from the first row. - NOTE:
PlotContent.get_svg_legendhas been replaced withPlotContent.get_legend_scales. This moves the responsibility for legend
rendering toPlot, which allows multiple scales to be combined in future. This change was needed to allow plot content to
be resized based on the number of entries in the legend. - Change smoothed line to round coordinates to 2 decimal places (reducing SVG size for large plots).
- Enable plot_options (show x axis, y axis) in
LinePlotandPointPlot. Thanks @shadowRR - Added
metatoDatasetto allow carrying of handy information with the dataset. - Added
:legend_topand:legend_bottomoptions to:legend_settings- note that if you have too many legend entries it
may push the plot content beyond the bottom of the plot. - Added
ContinuousLogScale. Thanks @l3nz - Added a gallery into the documentation. Thanks @l3nz
- Added additional examples into the gallery provided by @travelmassive. Thanks @l3nz & @travelmassive
- Fixes to tests & documentation. Thanks @kianmeng, @axelson
- Fix to
ContinuousLinearScale. Thanks @ruimfernanded