How to create a connected scatter plot
Connected scatter plots are often used when comparing two data series that have different units of measure. They can also serve as an alternative to dual axis charts.
On a typical line chart, the vertical axis represents quantitative data, while the horizontal axis represents time. A connected scatterplot, however, shows values regardless of time on both the vertical and horizontal axes.
Read how you can create your own connected scatter plot below.
Year | Dwellings | Population |
1971 | 364,480 |
55928000 |
1972 | 330,930 | 56096700 |
1973 | 304,630 | 56222900 |
1974 | 279,630 | 56235600 |
1975 | 321,940 | 56225700 |
If you only need one line (like in the example above), make sure that each data entry has the exact same content in the Series column. If you need two or more lines, use long data format and add multiple categories in the Series column.
WARNING: The Name column binding only supports Text data type. This may create an issue when using date/time format for the label, but you can easily change your column data format – read how to do this here.
TIP: Connected scatter plots may be hard to read by the regular viewer. We recommend adding annotations to simplify the chart-reading process. You can also consider a logarithmic scale where appropriate.