Namespaces | Functions | Variables
plot_utils.py File Reference

Go to the source code of this file.

Namespaces

 plot_utils
 

Functions

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)
 

Variables

string plot_utils.BOUNDS_COLOR = "silver"
 
int plot_utils.DEFAULT_AXES_LABEL_SIZE = DEFAULT_FONT_SIZE
 
int plot_utils.DEFAULT_AXIS_FONT_SIZE = DEFAULT_FONT_SIZE
 
string plot_utils.DEFAULT_FIGURE_FACE_COLOR = "white"
 
string plot_utils.DEFAULT_FONT_FAMILY = "sans-serif"
 
list plot_utils.DEFAULT_FONT_SERIF
 
int plot_utils.DEFAULT_FONT_SIZE = 20
 
int plot_utils.DEFAULT_LEGEND_FONT_SIZE = DEFAULT_FONT_SIZE
 
int plot_utils.DEFAULT_LINE_WIDTH = 4
 
int plot_utils.DEFAULT_MARKER_SIZE = 6
 
bool plot_utils.DEFAULT_TEXT_USE_TEX = False
 
string plot_utils.FIGURE_PATH = "./"
 
int plot_utils.FIGURES_DPI = 150
 
list plot_utils.FILE_EXTENSIONS = ["png"]
 
float plot_utils.LEGEND_ALPHA = 0.5
 
float plot_utils.LINE_ALPHA = 0.9
 
int plot_utils.LINE_WIDTH_MIN = 1
 
int plot_utils.LINE_WIDTH_RED = 0
 
bool plot_utils.SAVE_FIGURES = False
 
bool plot_utils.SHOW_FIGURES = False
 
bool plot_utils.SHOW_LEGENDS = False
 


tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Sun Jul 2 2023 02:21:51