Functions | |
def | _equal_axes |
def | new_timeseries_fig |
def | newfig |
def | plot_traj |
def | save_all_figs |
def | show |
def starmac_tools.plotting.util._equal_axes | ( | ax | ) | [private] |
def starmac_tools.plotting.util.new_timeseries_fig | ( | title = "" , |
|
ylabel = "" , |
|||
grid = True , |
|||
hold = True |
|||
) |
def starmac_tools.plotting.util.newfig | ( | title = "" , |
|
xlabel = "" , |
|||
ylabel = "" , |
|||
equal_axes = False , |
|||
grid = True , |
|||
hold = True |
|||
) |
def starmac_tools.plotting.util.plot_traj | ( | x, | |
y, | |||
args, | |||
kwargs | |||
) |
def starmac_tools.plotting.util.save_all_figs | ( | output_dir, | |
prefix = "" , |
|||
ext = ".eps" , |
|||
savefig_kwargs | |||
) |
def starmac_tools.plotting.util.show | ( | ) |