Summary: Variables and Filtering Subsets
Explore how to create interactive scatterplots in Plotly and Dash by using graph objects and Plotly Express. Understand color mapping for continuous and categorical variables, apply different color scales, and handle data issues like outliers and overplotting. Learn to implement sliders with callback functions to filter data dynamically and create more insightful dashboards.
We'll cover the following...
We'll cover the following...
We introduced scatterplots and saw how to create them, both using the graph_objects module and using Plotly Express. We saw how to create multiple traces and tried different approaches for that. We then discussed color mapping and setting, and explored how different the process is for ...