Easy Statistical Visualization
Project description
Easy_Plot
Easy_plot is a Python package built to provide easy and fast production-quality visualizations of statistical data. Utilizes pandas dataframes as standard format for input data.
Current Features
-
easy_plot.distribution(df)
- Plot a "Distribution Plot": a swarmplot alongside a cumulative probability plot.
- Usage:
import pandas import easy_plot df = pandas.read_csv('test.csv') easy_plot.distribution(df, bin_col='Weight', result_col='Value')
-
easy_plot.scatter(df)
- Plot a scatter plot.
- Usage:
import pandas import easy_plot df = pandas.read_csv('test.csv') easy_plot.scatter(df, xvar='Value', yvar='Value_2', sizevar='Weight')
-
easy_plot.scatter_matrix(df)
- Plot a matrix of scatter plots.
- Usage:
import pandas import easy_plot df = pandas.read_csv('test.csv') easy_plot.scatter_matrix(df)
-
easy_plot.heatmap(df)
- Plot a heatmap.
- Usage:
import pandas import easy_plot df = pandas.read_csv('test.csv') easy_plot.heatmap(df)
License
MIT
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 easy_plot-0.1.0.tar.gz.
File metadata
- Download URL: easy_plot-0.1.0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0516c59f79b2380cc33733eab2e5993ead0fd58714ecaf7d6b00d2446518e4d9
|
|
| MD5 |
197a96d164608f00de9401c3205daca4
|
|
| BLAKE2b-256 |
97c17ea8d3a4d14eac6a1ab2123d4ad6a1469f0c633320c37aeed2767f075b81
|
File details
Details for the file easy_plot-0.1.0-py3-none-any.whl.
File metadata
- Download URL: easy_plot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2df94c3d8b666932acbd1dbf90806e976b2b645a186de5154e8fa1ab3d8277b
|
|
| MD5 |
566b728446706fa13a6d512c151d2477
|
|
| BLAKE2b-256 |
60ce0314d8d91f116586c076ecc4b045a8031928551f856684e37b70aa2baf67
|