Releases: jposada202020/CircuitPython_uplot
Releases · jposada202020/CircuitPython_uplot
1.1.2 - Fixed Logging Limits
Logging
- Fixed limits lines not showing
- Fixed limits lines lenght
1.1.0
In this Release:
Scatter:
- Added new pointer (triangle, square, diamond)
- Adding example to show how to change the circle radius for each point
- New example showing different pointers
- New example showing how to use scatter with different Datasets
Cartesian
- Adding an example showing how to use ulab.numpy.polyfit with points
Plot
- Adding the ability to select the decimal point for the tick format
- New refactor function to add free text to the plot
1.0.1 - Fixed Scale and 3dbars
1.0.1 - Fixed Scale and 3dbars
1.0.0 - Files name changed
In this release:
- Libraries Name were changed, removing the u prefix that was redundant. These changes apply to the examples, and documentation
- Added a new Polar Plot.
- Add example in how to use cartesian plot to plot parametric plots.
0.15.2 - Added Plot Animation Example
Added Plot Animation Example
0.15.1 - Added Lissajous Curves Example
Added Lissajous Curves Example
0.15.0 - Added Shade utility
Added Shade utility. This allows to color shade plot zones. See the examples' directory for a specific example of this new functionality.
0.14.2 - Added new example with the Table library
Added new example with the Table library
0.14.2 - Fixed overflow when padding equals 0
Fixed overflow when padding equals 0
0.14.1 - Fixed bar plot max_value scale logic
Fixed bar plot max_value scale logic