Visualization

ScatterPlot

Plots one measure against another, one point per row, to show whether two things move together (spend versus revenue, for instance, or deal size versus discount). Connect a table straight in and pick the X and Y columns with the dropdowns on the node.

Inputs

InputAcceptsRequired
XSeries (a list of numbers)Yes
YSeries (a list of numbers)Yes
TitleTextOptional

Outputs

OutputProduces
ChartChart

Settings

Typed in on the node or set by the assistant, not wired.

SettingDefaultNotes
Title
XAxisLabel
YAxisLabel
XAxisMinAuto
XAxisMaxAuto
YAxisMinAuto
YAxisMaxAuto
NumberFormatGNumber format for the axes, e.g. $#,##0 for dollars or 0.0% for percentages.
ShowGridLinesTrue
PointSize4
ShowLegendTrue
LegendPositionBottom
ShowTrendLineFalseTrue overlays a fitted line through the points, a quick visual check on how strong the relationship is.

Example

From a Monthly_Performance table, put Marketing_Spend on X and New_Bookings on Y and turn on the trend line. A tight upward cluster supports the spend case; a shapeless cloud says the money is going somewhere else. Pair it with a Correlation node to put a number on what the picture shows.

Related nodes