Releases: jposada202020/CircuitPython_uplot
0.14.0 - Added Bar Plot color changing feature
This release adds the functionality to change the color of the bars in a bar plot. The user can change all the bar color programmatically, or select a specific bar and change it individually. Take a look at the following example to see the new functionality.
https://github.com/jposada202020/CircuitPython_uplot/blob/main/examples/uplot_ubar_color_changing.py
0.13.0 - Added Filled Bar value updates
This release add the ability to update filled bar for real time data, or data logging.
Added an example here https://github.com/jposada202020/CircuitPython_uplot/blob/main/examples/uplot_ubar_updating_values.py
0.12.1 - fix gh actions
update gh action
0.12.0 - Added Bar color palette argument
Added functionality that allows for the user to pass a color(colour) palette to the bar plot. This only works for filled bar plots. See the example added on how to use it. Or visit the quick start guide in RTD
Thanks to @tyeth for the suggestion :)
0.11.2 - Corrected color_index
Corrected color_index. More than 3 bar plots could not be created, as uplot predefined colors are 14.
Fixed to reuse the same colors
0.11.1 - Corrected scale for Bar Plot
This release add scale value for the bar plot, correcting the bar plot and the logging behaviour with the scale factor.
Added explanation in the quick_start guide
Added a new example showing the scale factor for the bar plot
Thanks to @DJDevon3 for pointing this out
Added 3D bars
Added 3D bars in Ubar
Full Changelog: 0.10.2...0.11.0
bump to test
0.10.2 Update release_gh.yml
bump to test
0.10.1 updating docs
adding svg path points rendering
Adding svg path loading rendering capability including scaling