Skip to content

Releases: jposada202020/CircuitPython_uplot

1.1.2 - Fixed Logging Limits

12 Aug 02:14
Compare
Choose a tag to compare

Logging

  • Fixed limits lines not showing
  • Fixed limits lines lenght

1.1.0

31 Jul 21:49
Compare
Choose a tag to compare

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

29 Jul 19:02
Compare
Choose a tag to compare

1.0.1 - Fixed Scale and 3dbars

1.0.0 - Files name changed

28 Jul 19:29
Compare
Choose a tag to compare

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

27 Jul 23:24
Compare
Choose a tag to compare

Added Plot Animation Example

0.15.1 - Added Lissajous Curves Example

27 Jul 18:43
Compare
Choose a tag to compare

Added Lissajous Curves Example

0.15.0 - Added Shade utility

27 Jul 00:23
Compare
Choose a tag to compare

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

24 Jul 02:30
Compare
Choose a tag to compare

Added new example with the Table library

0.14.2 - Fixed overflow when padding equals 0

22 Jul 00:45
Compare
Choose a tag to compare

Fixed overflow when padding equals 0

0.14.1 - Fixed bar plot max_value scale logic

19 Jul 23:09
Compare
Choose a tag to compare

Fixed bar plot max_value scale logic