Skip to main content

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 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.

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

ezplotly-0.1.3.0.3.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

ezplotly-0.1.3.0.3-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file ezplotly-0.1.3.0.3.tar.gz.

File metadata

  • Download URL: ezplotly-0.1.3.0.3.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for ezplotly-0.1.3.0.3.tar.gz
Algorithm Hash digest
SHA256 29664826ec8f7db36d9a91ebfb197ed256a25b28390d2417ecaae0b1ecc4f448
MD5 585ea55b5bacc311f532d50b85e1c66b
BLAKE2b-256 364767b4f914a20fc63eae245deba24cf83949099704c88d8856d0d74065fb55

See more details on using hashes here.

File details

Details for the file ezplotly-0.1.3.0.3-py3-none-any.whl.

File metadata

  • Download URL: ezplotly-0.1.3.0.3-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for ezplotly-0.1.3.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 86941ce1bdb370c4819154d1efab0eb10a915c19d7d22d9bb1931316d80609e0
MD5 352e61200aca7d285acf0f3afecb8885
BLAKE2b-256 5cf56b1c945b89fc9b81c9d34c91463229db73dbf62c1a53ca931449b46635a2

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