Chapter 5: Data Visualization with Plotly.js
Plotting and visualization are very important tasks in data analysis, and as such, we are dedicating a full chapter to them. A data analyst will typically perform plotting and data visualization as part of the exploratory data analysis (EDA) phase. This can greatly help in identifying useful patterns hidden in data and in building intuition for data modeling.
In this chapter, you will learn how to use Plotly.js to create rich and interactive plots that can be embedded into any web application.
Specifically, we'll cover the following topics:
- A brief primer on Plotly.js
- Fundamentals of Plotly.js
- Creating basic charts with Plotly.js
- Creating statistical charts with Plotly.js