An easy wrapper for making Plotly plots in Jupyter notebooks
Project description
EZPlotly and EZPlotly_bio For Jupyter Notebooks
Introducing EZPlotly: An easy, intuitive wrapper for making Plotly plots in Jupyter notebooks
Plotly offers interactive plots, as opposed to the static plots that most other python visualization tools provide. However, Plotly syntax can be challenging to write, whereas the other libraries are a lot easier to plot with. EZPlotly helps bridge the gap. EZPlotly makes ploting with Plotly simpler and more matplotlib or matlab-like for experienced users of those toolsets.
In addition, EZPlotly offers domain-specific extensions for making interactive domain-specific plots in Plotly.
*The YayROCS package enables common Deep Learning / Machine Learning plotting functions such as making interactive ROC curves, AUCs, and p-Value comparison charts.
*The EZPlotly_bio extension offers a rich toolset for bioinformaticians to make common bioinformatics plots such as qqplots, chromosome rolling medians, chromosome frequency histograms and barcharts.
Installation
pip install EZPlotly
Example syntax:
import ezplotly as ep
import numpy as np
a = np.arange(0.0, 1.0, 0.01)
b = a+1
exampleHist = ep.hist(data=a, min_bin=0.0, max_bin=1.0, bin_size=0.1, title='MyHistogram', xlabel='a')
exampleScatter = ep.scattergl(x=a, y=b, title='Test', xlabel='x', ylabel='y')
ep.plot_all([exampleHist, exampleScatter])
For more examples, checkout run the EZPlotlyExamples.ipynb and EZPlotlyBioExamples.ipynb in Jupyter!
EasyPlotly_bio for Bioinformaticians:
In the bioinformatics domain? Currently in the works is a bioinformatics extension (EasyPlotly_bio) for making common bioinformatics plots such as qqplots, chromosome rolling medians, chromsome count bar charts, and chromosome histograms.
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
File details
Details for the file ezplotly-0.1.2.4.tar.gz
.
File metadata
- Download URL: ezplotly-0.1.2.4.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c358cadc23d842731ac0d15e8ff8046a3592aa0f5aec48738d0294fdf4dc3dcd |
|
MD5 | 76fadf29f052485b1c2a4efdf9aef009 |
|
BLAKE2b-256 | fef80c8cd823758578c8936b26dd591af935aa3ad17d24f8ecab238c09f06e5e |
File details
Details for the file ezplotly-0.1.2.4-py3-none-any.whl
.
File metadata
- Download URL: ezplotly-0.1.2.4-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5a32887d42c882ed4a3885823d5e45eea64a2aeeafa8adfe9ca2f3bcd9ed127 |
|
MD5 | 21826fcaa5754efbc8da49482b81727d |
|
BLAKE2b-256 | cb9a3b3787e4acd0ac1bc82d95b92e8f62ae4dad15aa0bec5f5810ca5512de78 |