Plotly


Plotly is an open source library specializing in developing data analytics and visualization tools. Plotly supports a number of different languages and provides a number of tools, for analytics, statistical tools, and online graphing, for the following:

  • Python
  • R
  • MATLAB
  • Perl
  • Julia
  • Arduino
  • REST

The Plotly Python library (referred to as plotly.py to differentiate between language-specific versions) was built on top of plotly.js; the advantage of this is that this gives great versatility to display web-based visualizations in Jupyter notebooks, incorporated into Python web applications using Dash, or saved to standalone HTML files. [1]

To install the Plotly.py library, install onto your version of Python from command line using the following command:

                
                    
                        
                        pip install plotly==5.3.1
                    
                
            

Source: [1] Plotly - Getting Started with Plotly in Python