Scatter Plot

Scatter plot is a two-dimensional data visualization that uses dots to represent the values obtained for two variables —one plotted along the x-axis and the other plotted along the y-axis. Scatter plot is a good way to visualize the correlation between two variable.

Form

  • X Axisnum

    Select a numerical variable which will be plotted along the x-axis.

  • Y Axisnum

    Select a numerical variable which will be plotted along the y-axis.

  • Group byopt

    Select a categorical variable if you want to split the variable(s) into certain groups. You can leave this form blank or select "None" of you don't want to group the data.

  • Add Variables to Tooltipopt

    Select variables (other than the variable you plotted along the X Axis and Y Axis) as additional information which will be displayed when you hover the dots.

Example

You can use iris dataset to visualize the correlation between numerical variables (Sepal.Length, Sepal.Width, Petal.Length, or Petal.Width). You can also differentiate the color of the dots for each Species.

Statistiku Scatter Plot

Try it »