qlat_utils.plot_save

qlat_utils.plot_save(fn=None, dts=None, cmds=None, lines=None, *, is_run_make=True, is_display=False, is_verbose=False, display_width=None)[source]

fn is full name of the plot or None dts is dict_datatable, e.g. { “table.txt” : [ [ 0, 1, ], [ 1, 2, ], ], } cmds is plot_cmds, e.g. [ “set key rm”, “set size 1.0, 1.0 “, ] lines is plot_lines, e.g. [ “plot”, “x”, ]