Remove box border in 2d histograms

Hello,
I have this 2D correlation plot shown below, and I would like to remove the box surrounding the plot as well as the grid on the z-axis so that I have the axes but not the 3d box. I have looked around in root but I have not found any way to edit this.
corrStar_realistic_100k_firstrange.pdf (158.6 KB)

_

__
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Hi and welcome on the forum,

You can add “fb bb” draw option to your object drawing.
Like fit->Draw("surf1 fb bb").
It is special options for lego plots, used here for axis displays.
See:

https://root.cern/doc/master/classTHistPainter.html#HP01c

Regards,
Sergey