Skip to content

Releases: jposada202020/CircuitPython_uplot

adding svg path points rendering

12 Mar 05:16
Compare
Choose a tag to compare

Adding svg path loading rendering capability including scaling

bump 3

10 Mar 14:43
Compare
Choose a tag to compare
bump 3 Pre-release
Pre-release
0.9.4

__init__

Bump 2

10 Mar 14:34
Compare
Choose a tag to compare
Bump 2 Pre-release
Pre-release
0.9.3

__init__

bump

10 Mar 14:11
Compare
Choose a tag to compare
bump Pre-release
Pre-release
0.9.2

__init__

adding packages to pyproject.toml

10 Mar 13:17
Compare
Choose a tag to compare

added submodule logging

09 Mar 21:33
Compare
Choose a tag to compare

Added submodule logging and opening the scale argument

added cartesian logging option

09 Mar 02:24
Compare
Choose a tag to compare

Adding Cartesian logging option, this will allow use the Cartesian plot to show new data.

Improved boxplot and tick parameters

08 Mar 01:46
Compare
Choose a tag to compare

Changes
Adding the color class to allow the user to import color by name
Adding the tickx_height and ticky_height arguments, previously tick height were in one variable
Adding box line color. This allows users with EPD to show the box.
Small documentation improvements
Update Quick_start guide.

Added color map

06 Mar 16:39
Compare
Choose a tag to compare

Adding Color Map

New Release

22 Feb 18:12
Compare
Choose a tag to compare

Changes

  • Adding text support for ticks
  • adding backround_color parameter
  • adding a new quick_start guide with granular explanations
  • Scatter: You can now select different radius for all your points
  • Nudge feature: allows you to better place your plots
  • adding ufillbetween plot. Allows you to draw the area between two curves