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.1.tar.gz (3.9 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.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lineplot-0.2.1.tar.gz
  • Upload date:
  • Size: 3.9 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.1.tar.gz
Algorithm Hash digest
SHA256 0a502153b0571f69d0d0861fbf57a3ae0dccccd5cdff023843cb6051dc3eea5d
MD5 1720c07fc0e1d2fb4f8fe0b9c16659eb
BLAKE2b-256 9842d57abe039d9bc0adcf148cd155e74c5547875415d6324cd6aebb95ff5881

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lineplot-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 4.3 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1f8fdceb3a9335d949426944f57d2ffebb57c4e0f87aed9775385521ef03950c
MD5 72276fe67d190653f22b43b190b97e79
BLAKE2b-256 cec7da9cff1a4eaadf184475f7be991032b7287d21c3cfa791d4abca51c346e4

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