Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc8ab1 commit b4d066fCopy full SHA for b4d066f
README.md
@@ -1,6 +1,6 @@
1
# uplot-python
2
3
-Python wrapper for [μPlot](https://github.com/leeoniya/uPlot) 📈
+Python wrapper for [μPlot](https://github.com/leeoniya/uPlot) time series 📈
4
5
## Installation
6
uplot/__init__.py
@@ -5,7 +5,7 @@
# Copyright 2022 Stéphane Caron
# Copyright 2023-2024 Inria
7
8
-"""Plot Python iterables with µPlot."""
+"""Python wrapper for μPlot time series."""
9
10
__version__ = "0.0.1"
11
0 commit comments