Circuitpython-uplot

Latest version: v2.0.1

Safety actively analyzes 724109 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

0.14.0

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

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

0.12.0

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. More than 3 bar plots could not be created, as uplot predefined colors are 14.
Fixed to reuse the same colors

0.11.1

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

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.