hepi.output
Module Contents
Functions
|
Saves a dict of list`s to `filename as latex table. |
|
Saves a dict of list`s to `filename as csv table. |
|
Saves a dict of list`s to `filename as json. |
Attributes
- hepi.output.write_latex(dict_list, key, fname, scale=True, pdf=True, yscale=1.0)[source]
Saves a dict of list`s to `filename as latex table.
- hepi.output.write_csv(dict_list: list, filename: str)[source]
Saves a dict of list`s to `filename as csv table.
- hepi.output.write_json(dict_list: list, o: hepi.input.Order, parameter: str, filename: str, error_sym=False, error_asym=False)[source]
Saves a dict of list`s to `filename as json.