mode-plotly-1.11.0.tar.gz

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/modeanalytics/public-python/script.python.sh | bash
copy
curl -s https://packagecloud.io/install/repositories/modeanalytics/public-python/script.python.sh | bash

STEP 2: Install the package
sudo pip install mode-plotly==1.11.0

Python plotting library for collaborative, interactive, publication-quality graphs.

Full description:
  =======
 plotly:
 =======
 --------------------------
 It's all about the graphs.
 --------------------------
 The Nutshell
 ~~~~~~~~~~~~
 Use this package to make collaborative, interactive,
 publication-quality graphs from Python.
 Here's how you import::
 import plotly.plotly as py              # for sending things to plotly
 import plotly.tools as tls              # for mpl, config, etc.
 from plotly.graph_objs import *         # __all__ is safely defined
 Here's how you sign in::
 py.sign_in('PythonAPI', 'ubpiol2cve')   # get your own at https://plot.ly/
 Here's how you plot data or a figure::
 py.plot(data_or_figure_here)
 Here's what you get:
 * an account on plotly
 * a unique url for your data/figures
 * an interactive web-application to edit your figure or make new figures
 * a platform on which to share your data/figures with the world
 You can also convert supported matplotlib figures::
 py.plot_mpl(mplfig)
 Stop fighting with your figures; start designing them. Check out our
 Quickstart_ to get going.
 About
 ~~~~~
 Plotly_ is an online collaborative data analysis and graphing tool. The
 Python API allows you to access all of Plotly's functionality from Python.
 Plotly figures are shared, tracked, and edited all online and the data is
 always accessible from the graph.
 That's it. Find out more, sign up, and start sharing by visiting us at
 https://plot.ly.
 Install via pip
 ~~~~~~~~~~~~~~~
 Assuming you have already installed pip, you can simply enter the following
 in a terminal program::
 $ pip install plotly
 Contributing!
 ~~~~~~~~~~~~~
 If you want to contribute to making Plotly's Python API experience better,
 head to our `GitHub repo`_. Instructions for installing from here,
 updating the included submodules, and contributing are detailed there!
 Plotly, matplotlib, and mpld3
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 The matplotlylib sub-package allows you to convert matplotlib figures to
 plotly figures, with a one-liner::
 py.plot_mpl(fig)
 Checkout the `Plotly and mpld3`_ IPython notebook for more infomataion.
 Introduction to working with out API
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Checkout the `Plotly and Python`_ IPython notebook to get a more in depth
 exposition of our Python API.
 Plotly's *guide book*
 ~~~~~~~~~~~~~~~~~~~~~
 Still here? Don't worry, we've got more documentation for you. Checkout a
 *highly* complete `set of notebooks`_ for walk-throughs on all the features
 we offer!
 Details
 ~~~~~~~
 The plotly package depends on requests, which will be installed by pip for you.
 To use the matplotlylib subpackage, you'll also need to have matplotlib 1.3.1
 properly installed on your machine.
 The matpotlylib package is based on the mplexporter framework for crawling
 and exporting matplotlib images.
 Created by: Plotly_, `@plotlygraphs`_, `feedback@plot.ly`_
 License: MIT
 .. _Plotly: https://plot.ly
 .. _Quickstart: https://plot.ly/python
 .. _GitHub repo: https://github.com/plotly/python-api
 .. _Plotly and mpld3: https://plot.ly/python/matplotlib-to-plotly-tutorial/
 .. _Plotly and Python: https://plot.ly/python/overview/
 .. _set of notebooks: https://plot.ly/python/user-guide/
 .. _plotly profile: https://plot.ly/~mpld3/
 .. _@plotlygraphs: https://twitter.com/plotlygraphs
 .. _feedback@plot.ly: feedback@plot.ly

Checksums

MD5 6d11c885eecc7172f073cf17f9803ad4
SHA1 7133549ca986b5e03dd53eab1fe4248c80e8106c
SHA256 f32bcb8953ed197ae7b9460dd96744d9c4ddeb35be8e3d828fc610b97f87ec35
SHA512 a8799436f3c1bd07c955cdb2a658412daba0eeca3e9ddea696b7b6dd9ff60a82ef66b750ef8ad83d94f3af55c1bfb468d53958ba0848529f2875418f57c2142c

Files

  • mode-plotly-1.11.0/setup.py
  • mode-plotly-1.11.0/setup.cfg
  • mode-plotly-1.11.0/README.rst
  • mode-plotly-1.11.0/plotly/widgets/graphWidget.js
  • mode-plotly-1.11.0/plotly/widgets/graph_widget.py
  • mode-plotly-1.11.0/plotly/widgets/__init__.py
  • mode-plotly-1.11.0/plotly/version.py
  • mode-plotly-1.11.0/plotly/utils.py
  • mode-plotly-1.11.0/plotly/tools.py
  • mode-plotly-1.11.0/plotly/session.py
  • mode-plotly-1.11.0/plotly/plotly/plotly.py
  • mode-plotly-1.11.0/plotly/plotly/chunked_requests/chunked_request.py
  • mode-plotly-1.11.0/plotly/plotly/chunked_requests/__init__.py
  • mode-plotly-1.11.0/plotly/plotly/__init__.py
  • mode-plotly-1.11.0/plotly/offline/plotly.min.js
  • mode-plotly-1.11.0/plotly/offline/offline.py
  • mode-plotly-1.11.0/plotly/offline/__init__.py
  • mode-plotly-1.11.0/plotly/matplotlylib/renderer.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mpltools.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/utils.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/tools.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/renderers/vincent_renderer.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/renderers/vega_renderer.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/renderers/fake_renderer.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/renderers/base.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/renderers/__init__.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/exporter.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/_py3k_compat.py
  • mode-plotly-1.11.0/plotly/matplotlylib/mplexporter/__init__.py
  • mode-plotly-1.11.0/plotly/matplotlylib/__init__.py

Uploaded

about 8 years ago

Package Size

579 KB

Downloads

13

wget

wget --content-disposition "https://packagecloud.io/modeanalytics/public-python/packages/python/mode-plotly-1.11.0.tar.gz/download?distro_version_id=166"

Homepage

https://plot.ly/python/

License

MIT License