معرفی شرکت ها


ezplotly-0.1.3.0.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An easy wrapper for making Plotly plots in Jupyter notebooks
ویژگی مقدار
سیستم عامل -
نام فایل ezplotly-0.1.3.0.6
نام ezplotly
نسخه کتابخانه 0.1.3.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Prateek Tandon
ایمیل نویسنده prateek1.tandon@gmail.com
آدرس صفحه اصلی https://github.com/prateekt/ezplotly
آدرس اینترنتی https://pypi.org/project/ezplotly/
مجوز -
# 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. <br><br> *The YayROCS package enables common Deep Learning / Machine Learning plotting functions such as making interactive ROC curves, AUCs, and p-Value comparison charts. <br><br> *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: ```python 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.


نیازمندی

مقدار نام
- plotly
- numpy
- scipy
- pandas
- scikit-learn
- kaleido
- jupyter
- black[jupyter]
- nose
- twine


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl ezplotly-0.1.3.0.6:

    pip install ezplotly-0.1.3.0.6.whl


نصب پکیج tar.gz ezplotly-0.1.3.0.6:

    pip install ezplotly-0.1.3.0.6.tar.gz