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


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.2.8.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

ezplotly-0.1.2.8-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ezplotly-0.1.2.8.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for ezplotly-0.1.2.8.tar.gz
Algorithm Hash digest
SHA256 4a0117860cfe03fd62cbf0b9eea994e3f42df5059b7447ca3380ffe49d5cd335
MD5 fa5dea8aa0f9c63f12aace345ccf7bd4
BLAKE2b-256 da7bc64abeb0853a43688056570d71fb345c58bb9d32ce356153fd9b01c1d118

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ezplotly-0.1.2.8-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for ezplotly-0.1.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 e7f7409454d65304b75b750b528131fe547042bba74ebcd501edd599685817c0
MD5 4ea214892cbc27d97f07b5fa41c95875
BLAKE2b-256 5308aa57581b08317e4ae7b9fb9af0bb7ca8c00fcfef37192c5a570b83d6f881

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