Exercise: Sizing and Colors
Explore how to create and customize a box plot in Plotly Express by sizing and coloring data points based on player positions. Understand how to apply multiple colors for different categories, update plot layouts, and display interactive graphs using Python.
We'll cover the following...
We'll cover the following...
Exercise 1
Create a Plotly Express box plot that plots the player average points per season variable (PTS) grouped in terms of player position (POS). Color the box plots in terms of player position. There are a total of seven player positions in this dataset, so use seven colors to color this box ...