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

Uploaded Python 3

File details

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

File metadata

  • Download URL: lineplot-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 7ec80505cf6f68459cabc1689a0c022f440208cc375ce26564a4163e12772986
MD5 14dc962c5a675e73d196b557b3c84401
BLAKE2b-256 40b12228545fcec10e3e6fdd7be0bd313a393b225670ad0601f204874d73a9b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lineplot-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8774e7bc9a8b087b63e7ce6a1aa22ba8b47d5fc989209211e6e1fef7c7a912d6
MD5 bb2805c32866b10e474eb5fb770ce45c
BLAKE2b-256 ded252a9fe963343a4334247c050ab90bb2f66372f81f8dc964661d621fb0455

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