A minimalist line plotting package for live updates from jupyter notebooks.
Project description
lineplot
A minimalist line plotting package for live updates from jupyter notebooks. Works on google colab.
Installation
pip install lineplot
Example usage
from lineplot import LinePlot
import numpy as np
import time
plot = LinePlot('green', 'blue')
for i in range(100):
plot.add(loss=1 / (i + 1), acc=1 - np.random.rand() / (i + 1))
time.sleep(0.25)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lineplot-0.1.5.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lineplot-0.1.5.tar.gz.
File metadata
- Download URL: lineplot-0.1.5.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab5a005a23c887ecd3c63c1552191f74600f090a5f00faba48a1c672e32a91c7
|
|
| MD5 |
fa825281fbbe0c82fd522e933c27a35b
|
|
| BLAKE2b-256 |
b7c4990452a1131db777ff225de21a7a086cd0a2567472c14260d8d7b6906b05
|
File details
Details for the file lineplot-0.1.5-py3-none-any.whl.
File metadata
- Download URL: lineplot-0.1.5-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0840eb3255cba78607f54f3d07cdc191150a04ccd92a1165232b72de472dc954
|
|
| MD5 |
908cca96c760e2a31cefcdb680781925
|
|
| BLAKE2b-256 |
3058dfed5e77bf34a9ae1f394c8724915bfa71d22770c84babbfbc923efbf36e
|