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.4.tar.gz (3.0 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.4-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lineplot-0.1.4.tar.gz
  • Upload date:
  • Size: 3.0 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.4.tar.gz
Algorithm Hash digest
SHA256 385696552c23b65f3537b52fdaaafd3e1ba696b31f155f76b12ba3b8be44f1cc
MD5 6c537cb9784491e90d279dfcb51a14c8
BLAKE2b-256 2d1b6e5e087d20ad863cbff4f1640b9291ed1791bb078dff81bbdf9a95c66402

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lineplot-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 3.4 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f93af30e89370511df343ef6247c826bc01b12f34d3cbe063d8e3f90918b2737
MD5 331f8950ce9092945739a2dc4f7b0242
BLAKE2b-256 1ff67bf3357a0ffd52fbd5e4c5426054288a7b731720ab6ca3ad0612f467abd7

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