Density plot Display the distribution of continuous numeric data by creating a density plot. This chart is a variation of a histogram...
Histogram Visualise the distribution of a single continuous variable by creating a histogram displaying the tabulated frequency in discrete intervals of...
Frequency Bar Chart Show discrete, numerical comparisons across categories by creating a bar chart with bar heights proportional to the number of cases...
Column Bar Chart Show discrete, numerical comparisons across categories by creating a bar chart with bar heights proportional to the values in a...
Box/Whisker plot Display the distribution of numeric data through their quartiles by creating a Box & Whisker plot. Add a categorical variable...
Scatter plot Show the relationships between two numeric data variables by creating a scatterplot. A third data variable can be compared by...
Bubble chart Show the relationships between three data variables by creating a Scatterplot with a third variable dictating size of the points...
Line chart Display quantitative values over a continuous interval or time period by creating a line chart. Details Create a line chart...
Area chart Area Graphs are used to display the development of quantitative values over an interval or time period. Details Area charts are...
Heatmap Graphically represent data where individual values contained in a matrix are presented as colours. Details Produce a heatmap using two...