Scatter Plot
A scatter plot (also called a scatterplot, scatter graph, scatter chart, scattergram, or scatter diagram) is a type of plot or mathematical diagram using Cartesian coordinates to display values for typically two variables for a set of data. If the points are coded (color/shape/size), one additional variable can be displayed.
Code
hovertemplate: "%{text}" + "%{yaxis.title.text}: %{y:.1f}" + "%{xaxis.title.text}: %{x}" + "%{marker.size:,}"

marker: { size: pops, sizeref: 500, sizemode: "area" }

xaxis: { type: 'log' }