Commit 77abbd2
committed
Automated update by Adabot (adafruit/adabot@2415fa6)
Updating https://github.com/jposada202020/CircuitPython_uplot to 0.6.0 from 0.5.0:
> Merge remote-tracking branch 'origin/main'
> updating ranges, and colors, adding readme example code
> changing pic type
> replacing ubar graph
> Merge remote-tracking branch 'origin/master'
> color filled bars add
> stackplot example
> cartesian line color
> refactoring
> refactoring
> adding gallery
> correcting bitmap positioning correcting pie end point
> changing upie to use Vectorio Polygon1 parent 4ed0b3d commit 77abbd2
1 file changed
+1
-1
lines changed- README.rst+4-2
- circuitpython_uplot/ubar.py+38-22
- circuitpython_uplot/ucartesian.py+108
- circuitpython_uplot/upie.py+23-16
- circuitpython_uplot/uplot.py+52-64
- circuitpython_uplot/uscatter.py+30-8
- docs/api.rst+3
- docs/examples.rst+31-1
- docs/readme.png
- docs/readme.png.license+3
- docs/uplot_ex10.jpg
- docs/uplot_ex10.jpg.license+3
- docs/uplot_ex11.jpg
- docs/uplot_ex11.jpg.license+3
- docs/uplot_ex12.jpg
- docs/uplot_ex12.jpg.license+3
- docs/uplot_ex8.jpg
- docs/uplot_ex9.jpg
- examples/uplot_display_shapes.py+4-2
- examples/uplot_integration_example.py+3-3
- examples/uplot_plot_example.py+8-5
- examples/uplot_readme_example.py+97
- examples/uplot_simpletest.py+3
- examples/uplot_stackplot.py+34
- examples/uplot_ubar_example.py+2-2
- examples/uplot_ucartesian_advanced.py+31
- examples/uplot_upie_example.py+1-1
- examples/uplot_uscatter.py+2-1
0 commit comments