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.2.0.tar.gz (3.8 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.2.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for lineplot-0.2.0.tar.gz
Algorithm Hash digest
SHA256 257e5f5b5c5e9a68112120e9cf376a322e3d5fafd4c28b062a872c080262e1d2
MD5 5483f74718a887631a5dc3833bf4424e
BLAKE2b-256 d91c22c28250b8309fa1da3eb416c09d7d985eda59edd31522c9e0773dfd09a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lineplot-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0ad91c8575a881ddf17d964e5ca2a08f48d6eff5ad787f0ce5ed70477f176ff9
MD5 0a8dabdbcea4713e5878c8d86bd0b5a3
BLAKE2b-256 dccefe0e1234e33fc1d655f24804998370b4e62e17de85cf76b2f4b15274058c

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