Skip to content

Releases: jposada202020/CircuitPython_uplot

Improving Logging Logic

Choose a tag to compare

@jposada202020 jposada202020 released this 15 Feb 05:44
3aac032

Imrpove Logging Logic, Now the tickgrid and the pointlines are drawn when requested.

2.0.0 Compatibility with CP9

Choose a tag to compare

@jposada202020 jposada202020 released this 05 Jan 11:43
bb22656

What's Changed

New Contributors

Full Changelog: 1.1.2...2.0.0

1.1.2 - Fixed Logging Limits

Choose a tag to compare

@jposada202020 jposada202020 released this 12 Aug 02:14

Logging

  • Fixed limits lines not showing
  • Fixed limits lines lenght

1.1.0

Choose a tag to compare

@jposada202020 jposada202020 released this 31 Jul 21:49

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

Choose a tag to compare

@jposada202020 jposada202020 released this 29 Jul 19:02

1.0.1 - Fixed Scale and 3dbars

1.0.0 - Files name changed

Choose a tag to compare

@jposada202020 jposada202020 released this 28 Jul 19:29

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

Choose a tag to compare

@jposada202020 jposada202020 released this 27 Jul 23:24

Added Plot Animation Example

0.15.1 - Added Lissajous Curves Example

Choose a tag to compare

@jposada202020 jposada202020 released this 27 Jul 18:43

Added Lissajous Curves Example

0.15.0 - Added Shade utility

Choose a tag to compare

@jposada202020 jposada202020 released this 27 Jul 00:23

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

Choose a tag to compare

@jposada202020 jposada202020 released this 24 Jul 02:30

Added new example with the Table library