diff --git a/ostap/fitting/roofit.py b/ostap/fitting/roofit.py index 36760c9d..08e4c0fe 100755 --- a/ostap/fitting/roofit.py +++ b/ostap/fitting/roofit.py @@ -334,7 +334,7 @@ def _name ( obj ) : table.append ( row ) import ostap.logger.table as T - return T.table ( table , title = title, prefix = prefix , alignment = 'clcclllw' ) + return T.table ( table , title = title, prefix = prefix , alignment = 'clccllll' ) ROOT.RooPlot.table = _rp_table_ ROOT.RooPlot.__str__ = _rp_table_