print_labels# scikitplot.snsx.print_labels(as_json=True, indent=2)[source]# Pretty-print the legend of decile table column names. Parameters: as_jsonbool, default=TrueIf True, pretty-print as JSON. If False, use Python’s pprint. indentint, default=2Indentation for JSON formatting. Parameters: as_json (bool) indent (int) Return type: None