Skip to content

Releases: jposada202020/CircuitPython_uplot

0.14.0 - Added Bar Plot color changing feature

19 Jul 04:35
Compare
Choose a tag to compare

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

18 Jul 15:53
Compare
Choose a tag to compare

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

17 Jul 21:49
Compare
Choose a tag to compare
update gh action

0.12.0 - Added Bar color palette argument

17 Jul 21:41
Compare
Choose a tag to compare

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

17 Jul 19:50
Compare
Choose a tag to compare

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

16 Jul 02:19
Compare
Choose a tag to compare

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

20 May 14:42
Compare
Choose a tag to compare

Added 3D bars in Ubar

Full Changelog: 0.10.2...0.11.0

bump to test

16 Mar 11:51
4a465d3
Compare
Choose a tag to compare
0.10.2

Update release_gh.yml

bump to test

15 Mar 17:02
Compare
Choose a tag to compare
bump to test Pre-release
Pre-release
0.10.1

updating docs

adding svg path points rendering

12 Mar 05:16
Compare
Choose a tag to compare

Adding svg path loading rendering capability including scaling