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:
Summary
Matplotlib wrapper for incremental data visualization in python
Requirements
Matplotlib
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fff7ed600df7a12a93ed03b4ec49f5bc81d3d289fd5524b30a3d265ab96208c3
|
|
| MD5 |
c8888cacd4e0534a060d379aba13ba69
|
|
| BLAKE2b-256 |
058de4c2dbcabec3e093506dcc7ff6265bc4d362ff74ac925ae957654de6365f
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9ac7936cc09e46feb6bab696a287ad77fbf2eda5cae8e6d861ce1d9223ecab9
|
|
| MD5 |
f08b925b16fdcec9915fcb7ab02d608d
|
|
| BLAKE2b-256 |
a23c17b338038c173d55d9ba00186736b8c5117ee124e51891104bb11bc590c1
|