from_root# classmethod Hist2d.from_root(fname, hname, title='__auto__', xlabel='__auto__', ylabel='__auto__', zlabel='')[source]# Initiate a Hist2d from a ROOT file. Parameters: fnamestr | PathLikeThe path to the ROOT file. hnamestrThe path to the 2D histogram within the root file. Returns: Hist2dA new Hist2d instance.