
Interactive Dashboards and Data Apps with Plotly and Dash
By :

The same tools that we used in the previous chapter will be used here. We will also focus a little on Plotly's graph_objects
module for creating scatter plots, because it provides other tools and is very useful when customizing our plots further. The packages to use are Plotly, Dash, Dash Core Components, Dash HTML Components, Dash Bootstrap Components, pandas, and JupyterLab.
The code files of this chapter can be found on GitHub at https://github.com/PacktPublishing/Interactive-Dashboards-and-Data-Apps-with-Plotly-and-Dash/tree/master/chapter_06.
Check out the following video to see the Code in Action at https://bit.ly/3ancblu.
We start by exploring the different ways, or the different things, if you want, that we can plot with scatter plots.