Skip to main content

Incremental data visualization in python

Project description

Inkrement

Inkrement provides tools for incremental data analysis. You might find it most useful when the questions you have can be answered from a subset of your data. The tools may also be useful in determining if a partial view of your data can be used to draw conclusions, ie are differences in your data by orders of magnitude or is your data fairly homogeneous.

Typical usage often looks like this:

#!usr/bin/env python

import inkrement

import numpy as np

x = np.random.normal(0, 1, 1000)
y = np.random.normal(0, 1, 1000)

inkrement.plot_lag(x, y, 10, 53, 8)

Output looks like this:

Example Plot

Summary

Matplotlib wrapper for incremental data visualization in python

Requirements

Matplotlib

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

inkrement-0.0.1.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

inkrement-0.0.1-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file inkrement-0.0.1.tar.gz.

File metadata

  • Download URL: inkrement-0.0.1.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for inkrement-0.0.1.tar.gz
Algorithm Hash digest
SHA256 fff7ed600df7a12a93ed03b4ec49f5bc81d3d289fd5524b30a3d265ab96208c3
MD5 c8888cacd4e0534a060d379aba13ba69
BLAKE2b-256 058de4c2dbcabec3e093506dcc7ff6265bc4d362ff74ac925ae957654de6365f

See more details on using hashes here.

File details

Details for the file inkrement-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: inkrement-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for inkrement-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a9ac7936cc09e46feb6bab696a287ad77fbf2eda5cae8e6d861ce1d9223ecab9
MD5 f08b925b16fdcec9915fcb7ab02d608d
BLAKE2b-256 a23c17b338038c173d55d9ba00186736b8c5117ee124e51891104bb11bc590c1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page