Examples
Basic Examples (3)
See the marginal distributions of 2D data together with the data:
Display the marginal distributions using DistributionChart:
Display the marginal distributions using BoxWhiskerChart:
Scope (3)
Specify the number of bins for Histogram marginal plots:
Specify the bin widths:
Mix different types of visualization for the different marginal distributions:
Options (3)
The type of chart used to display the marginal distribution is controlled with "MarginalChartType". Choices available are Histogram, DistributionChart and BoxWhiskerChart:
A list of two different values can be given for "MarginalChartType":
The proportion of the plot space occupied by the Histogram elements is controlled by "MarginalChartScale":
Create larger histograms:
Standard Graphics options are supported:
All standard options for the visualizations used for the marginal distributions are supported and must be passed in using the option "MarginalChartOptions":
Likewise, options for DistributionChart and BoxWhiskerChart are supported:
Publisher
Jon McLoone
Version History
-
1.2.0
– 10 January 2025
-
1.1.0
– 22 February 2023
-
1.0.0
– 01 July 2022
Related Resources