Commit 4fcddbd
committed
Automated update by Adabot (adafruit/adabot@2415fa6)
Updating https://github.com/ricardoquesada/bluepad32-circuitpython to 0.99.2 from 0.99.1:
> doc: Update documentation
> make it compatible with Bluepad32 v3.6.x
Updating https://github.com/jposada202020/CircuitPython_st to 0.6.4 from 0.6.3:
> Update pyproject.toml
Updating https://github.com/jposada202020/CircuitPython_uplot to 0.10.0 from 0.8.0:
> adding svg feature
> adding pics
> fixing docs
> adding tick location
> adding logging fill feature
> adding font
> __init__
> Update pyproject.toml
> Update __init__.py
> updating
> updating
> adding scale
> adding scale
> adding logging
> adding cartesian data_logging
> adding cartesian data_logging
> adding cartesian data_logging
> adding sparkline example
> adding tick_height_argument argument for boxplot
> adding line_color argument for boxplot
> changing example1 parent 292b2f9 commit 4fcddbd
3 files changed
+3
-3
lines changed- .gitignore+1
- LICENSES/OFL-1.1-RFN.txt+105
- README.rst+4-2
- circuitpython_uplot/__init__.py+1-1
- circuitpython_uplot/icons.py+860
- circuitpython_uplot/ubar.py+1-1
- circuitpython_uplot/ucartesian.py+30-12
- circuitpython_uplot/ufillbetween.py+3-4
- circuitpython_uplot/ulogging.py+176
- circuitpython_uplot/umap.py+11-7
- circuitpython_uplot/upie.py-2
- circuitpython_uplot/uplot.py+43-15
- circuitpython_uplot/uscatter.py+2-2
- circuitpython_uplot/usvg.py+71
- docs/api.rst+6
- docs/examples.rst+48
- docs/index.rst+1-1
- docs/quick_start.rst+62-5
- docs/readme.png
- docs/readme2.png
- docs/readme2.png.license+3
- docs/uplot_cartesian.gif
- docs/uplot_cartesian.gif.license+3
- docs/uplot_ex17.jpg
- docs/uplot_ex22.jpg
- docs/uplot_ex22.jpg.license+3
- docs/uplot_ex23.jpg
- docs/uplot_ex23.jpg.license+3
- docs/uplot_ex7.jpg
- examples/fonts/forkawesome-36.pcf
- examples/fonts/forkawesome-36.pcf.license+3
- examples/uplot_display_shapes.py+1-1
- examples/uplot_logging_fill.py+80
- examples/uplot_readme_example.py+1-1
- examples/uplot_sparkline.py+47
- examples/uplot_tickparameters.py+15-5
- examples/uplot_uboxplot.py+1-1
- examples/uplot_ucartesian_loggin_data.py+108
- examples/uplot_ulogging.py+75
- examples/uplot_umap.py+6-13
- examples/uplot_uscatter.py+1-1
- examples/uplot_usvg_example.py+20
- pyproject.toml+1-1
0 commit comments