I guess you should be able to enforce the same “z-range” for all your 2D graphs. For each of them call:
SomeTGraph2D->SetMinimum(MyMinimum);
SomeTGraph2D->SetMaximum(MyMaximum);
I guess you should be able to enforce the same “z-range” for all your 2D graphs. For each of them call:
SomeTGraph2D->SetMinimum(MyMinimum);
SomeTGraph2D->SetMaximum(MyMaximum);