Skip to main content

An easy wrapper for making plotly plots in python jupyter notebooks

Project description

EasyPlotly and EasyPlotly_bio For Python Notebooks

An easy wrapper for making plotly plots in python 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. EasyPlotly helps bridge the gap.

To make plotling with Plotly in python simpler (and more matplotlib or matlab-like), we introduce EasyPlotly -- a wrapper on plotly that makes plotting WAY easier. Works extremely well in a python Jupyter notebook environment!

Installation

pip install -i https://test.pypi.org/simple/ EasyPlotly==0.0.5

Example syntax:

import EasyPlotly as EP

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.plotAll([exampleHist,exampleScatter])

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.0.6.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

EZPlotly-0.0.6-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

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