I am trying to draw a TPaletteAxis from TH2::Draw(“COLZ”) in a separate TCanvas.
I managed to get something drawn but the coordinates I am specifying via TPaletteAxis::SetX[Y]1[2] are simply ignored. At least the way I am trying; see the attached code. What am I doing wrong?