19.6 Histograms
Simple histogram on one sample (using the df2 data frame):
Histogram on more samples (using df_long):
Split the data per sample (“variable” column that represents here the samples):
By default, the histograms are stacked: change to position dodge (side by side):