ogstools.meshplotlib.utils module# ogstools.meshplotlib.utils.justified_labels(points)[source]# Formats an array of points to a list of aligned str. Parameters: points (ndarray) – Return type: list[str] ogstools.meshplotlib.utils.get_style_cycler(min_number_of_styles, colors=None, linestyles=None)[source]# Parameters: min_number_of_styles (int) – colors (list | None) – linestyles (list | None) – Return type: Cycler