Scatter plot matrix from TTree

Hi everyone,

is there a way to automatically produce a “scatter plot matrix” from a TTree with ROOT? Something like this: https://seaborn.pydata.org/examples/scatterplot_matrix.html

Of course I can do that by hand dividing the canvas, etc, but I’m wondering if there’s an automatic way that is already part of a ROOT class.

Thanks in advance!


Please read tips for efficient and successful posting and posting code

ROOT Version: Latest
Platform: Centos7
Compiler: Not Provided


Hi @lopez,
sorry for the high latency, I don’t think there is an automatic way to do this in ROOT.

@couet can correct me if I’m wrong.

Cheers,
Enrico

EDIT:
if you write a function to imitate the seaborn feature, though, we might add it to the graphics tutorials!