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 plotting 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? EasyPlotly_bio supports making common bioinformatics plots such as qqplots, chromosome rolling medians, chromsome count bar charts, and chromosome histograms.
Release files for ezplotly 0.1.3.0.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ezplotly-0.1.3.0.8.1.tar.gz | 18.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ezplotly-0.1.3.0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.9 kB
Release files / ezplotly-0.1.3.0.8.1.tar.gz
| Download URL | ezplotly-0.1.3.0.8.1.tar.gz |
|---|---|
| Size | 18.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1ac81e9a1fa4e17b857c9c55d684df6807ca124e6e51aaea7c09904e4fbdb1b3
|
|
BLAKE2b-256 checksum How to use checksums |
bf2fcf15976e9ccbd2b0d74522274a8f646a5f14fed15987a616fcfff2c131ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.24.1
|
Release files / ezplotly-0.1.3.0.8.1-py3-none-any.whl
| Download URL | ezplotly-0.1.3.0.8.1-py3-none-any.whl |
|---|---|
| Size | 17.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fbb07d8d7509f3197184669cd66850e45a7c3948abb5d7a55d57ea41247ecbed
|
|
BLAKE2b-256 checksum How to use checksums |
cdaf7a536d92cae0ea6f70f81edcc7cf0e59e1cbb1b72cd08ad9c35e61b2b602
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.24.1
|