Code / ScatterPlot

Index of Corner Histogram


Code updated Apr 30, 2008. Fixed a bug with ratio input, made some input changes, made defaults more reasonable and data-dependent, improved documentation.

  • cornerHist.m - uses already created plots, copies a scatter plot to a new figure, and copies a histogram corresponding to the scatter plot in the top right corner at a 45 degree angle to the scatter plot, lined up appropriately
  • makeCornerHist.m - creates the same plot as cornerHist.m, but uses raw data instead of existing plots. Needs cornerHist.m. (above) and errorbar2.m (below) to work.
  • errorbar2.m - plots a double errorbar plot.