Data Visualization: Getting Started with Plotly

placeholder

Plotly is Pythons browser-based graphing library which provides users with online graphing analytics and statistics tools. In this course youll explore how to use Plotlys declarative APIs to build interactive graphs and visualizations. Youll start this course by getting familiar with the components of the Plotly library. Youll identify the role of the high-level library (plotly.express) in creating visualizations and the low-level library (plotly.graph_objects) in creating granular customizations of your charts. Next youll investigate the use of box plots in visualizing the statistical properties of a continuous data series. Youll also discover how to represent additional categorical data by creating separate box plots and customizing their color. Finally youll examine how to implement a candlestick chart to reflect the trend of stock price performance over a period of time and visualize sequential data in a linear process using funnel charts.