I am a noob and was using the first example of Plotly Scatter plots.
import plotly.express as px fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16]) fig.s