Releases: jposada202020/CircuitPython_uplot
Releases · jposada202020/CircuitPython_uplot
adding svg path points rendering
Adding svg path loading rendering capability including scaling
bump 3
0.9.4 __init__
Bump 2
0.9.3 __init__
bump
0.9.2 __init__
adding packages to pyproject.toml
0.9.1 __init__
added submodule logging
Added submodule logging and opening the scale argument
added cartesian logging option
Adding Cartesian logging option, this will allow use the Cartesian plot to show new data.
Improved boxplot and tick parameters
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
Adding Color Map
New Release
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