|
def | plot_utils.create_empty_figure (nRows=1, nCols=1, figsize=(7, 7), spinesPos=None, sharex=True) |
|
def | plot_utils.grayify_cmap (cmap) |
|
def | plot_utils.movePlotSpines (ax, spinesPos) |
|
def | plot_utils.plot3dQuantity (quantity, title, ax=None, boundUp=None, boundLow=None, yscale="linear", linestyle="k") |
|
def | plot_utils.plotNdQuantity (nRows, nCols, quantity, title="", ax=None, boundUp=None, boundLow=None, yscale="linear", linestyle="k--", sharey=False, margins=None) |
|
def | plot_utils.plotNdQuantityPerSolver (nRows, nCols, quantity, title, solver_names, line_styles, ax=None, boundUp=None, boundLow=None, yscale="linear", subplot_titles=None, ylabels=None, sharey=False, margins=None, x=None) |
|
def | plot_utils.plotQuantityPerSolver (quantity, title, solver_names, line_styles, yscale="linear", ylabel="", x=None, xlabel="", legend_location="best") |
|
def | plot_utils.plotQuantityVsQuantityPerSolver (quantity, quantityPerSolver, legend, solver_names, line_styles, yscale="linear") |
|
def | plot_utils.saveFigure (title) |
|
def | plot_utils.setAxisFontSize (ax, size) |
|