Skip to main content

Simple jupyter widget to draw and explore a large set of 2D datapoints.

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

big_scatter-0.1.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

big_scatter-0.1.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file big_scatter-0.1.0.tar.gz.

File metadata

  • Download URL: big_scatter-0.1.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for big_scatter-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4eb29dde75382de9c46abac03942423460b29d67cf7b1fcce9e2aed741d7623a
MD5 86bf0507033c5701098090f416aa8f74
BLAKE2b-256 cbe395019ee9212daec3c480961bbede77160fa80df4c1bc7a57482336c2c552

See more details on using hashes here.

File details

Details for the file big_scatter-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: big_scatter-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for big_scatter-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f10b1f7950a178b62c1e01071ca3b790e33e2340d63f42a426325bf919e4fd6c
MD5 1ed8e739966913487f28eb088479274a
BLAKE2b-256 8e07b737c8d74bdbd61efed48a14c36959c0f194b11e2a477f88692e033a1026

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