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

Uploaded Python 3

File details

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

File metadata

  • Download URL: lineplot-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 dbc153d607e613edeac3e8426b625cdd72f4a528304845baf9b57c5cd043d9b5
MD5 50aec29cd2784c78229a00d3edef8013
BLAKE2b-256 7f6d8b7920fea053bb80b191ca08a8054cbbebad4f4d01cecce902edaf8afb79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lineplot-0.1.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 45d2860e1dd2287fa7a0e3bdd9ccc1340dc69e78b7428d0bc8fe539415ab4ed0
MD5 58df5443d0acee232c3f0d8302fc557d
BLAKE2b-256 abb5b98f573e5b6e49c0bd45b954b1c21ba8421d06f68b357128e27cada0b678

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