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.1.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.1-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lineplot-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 73851122807861f2d1c726f819122ac5a21328de725d37fe63eb731a4142e76d
MD5 b54100964069100ecf95bb2979ebe2bf
BLAKE2b-256 484cd09107cc6e44e132916b663dfb5da5ac085a659b7188631d7302647e5a05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lineplot-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 58edfdd75a5ad30a944e0d400c436187bac9a33d58578e98fc84931eb60733e5
MD5 5c31ed8e3778de145f7be7a81f9fab74
BLAKE2b-256 877a8f7be859cf7cd48bda69908d3bc603c89a87f54d04e86918ed103f703ae2

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