PlotCorrelations

Plot a correlation matrix. The value of the correlation will be color-coded and additionally printed onto each cell of the 2D plot.

Usage:

# correlation plots with 5% cutoff
+PlotCorrelations.asimov.medium {
  +HWWRun2GGF {
    <outputFile="workspaces/run2-ggf-$(fitLabel)/correlations-asimov-medium.pdf">
  }
}
+PlotCorrelations.observed.medium {
  +HWWRun2GGF {
    <outputFile="workspaces/run2-ggf-$(fitLabel)/correlations-observed-medium.pdf">
  }
}
@PlotCorrelations.*.medium/? {
  <blacklist={"mu"}>
  <whitelist={"gamma_*"}>
  <cutoff=0.05>
  <style.showNumeric=true>
  <style.numeric.textSize=0.25>
  <style.textSize=0.01>
}

The name of the output file can be determined with the outputFile tag. The source of the correlation matrix is identified with the fitresult tag. Some additional options exist to control the styling: