Skip to main content

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


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.3.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lineplot-0.1.3-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file lineplot-0.1.3.tar.gz.

File metadata

  • Download URL: lineplot-0.1.3.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for lineplot-0.1.3.tar.gz
Algorithm Hash digest
SHA256 5cf5174295f3bff6b982a8b377d983eaabede0458813447ced3b3d4746925c50
MD5 2158ccbbd8f72563cd74e867bd39a5e0
BLAKE2b-256 7622a6c328edef868434a3c831776f56b13591bfc068159e572502942340eae0

See more details on using hashes here.

File details

Details for the file lineplot-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: lineplot-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for lineplot-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 38058aa9b93579ef44ca4003c82d4197f462bf094e014d750b76c23c550b6885
MD5 aa56b83159ac974ba1b63b8e62b74d3d
BLAKE2b-256 e8bb7b2a35a429f887d5316f24aa8d97943d41299ca674d1b032046a14b48803

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page