TGraph2D Palette : Fix a value to a color

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);