Learning about the Different Ways of Using Scatterplots
Learn how to create and customize scatterplots using Plotly's graph_objects and Plotly Express. Understand key parameters like mode to combine markers, lines, and text, and how to filter and visualize data subsets effectively. This lesson helps you gain practical skills in visualizing poverty data through customizable scatterplot traces.
We'll cover the following...
We have a number of different options when using graph_objects to create scatterplots, as mentioned in the introduction, so we will be exploring it together with Plotly Express. To give you an idea of the versatility of the available scatterplots, the following code extracts all the scatter methods available to the Figure object, as well as those available in Plotly Express:
Looking at the output, we can see there are some overlaps in the available methods and there are also some methods that aren’t ...