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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for lineplot-0.1.6.tar.gz
Algorithm Hash digest
SHA256 d46ef2658febbf0a19c603e29c0d57c55dd78e1a9fff89e672ef3793ce1b510e
MD5 eb54c3fec23d7403d1fd598dd6d96e51
BLAKE2b-256 5d917f8bf8436f3a6321e80dae75931a7c7b03702e0cc66bebaa3675deb5e23b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lineplot-0.1.6-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.7

File hashes

Hashes for lineplot-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0c32f29783954e75244289a213735750d71ccc7e29b1b86af13fd837f9e66f50
MD5 dda10778b05f82d99e9124b052c0c6f9
BLAKE2b-256 4815a5af95c89c0edc44a6cbf83af8afb217ddbc343945fc688dfa8c16674a1e

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