OCDocker.OCScore.Analysis.Plotting.Core module

Matplotlib styling and single-axes figure helper for Analysis plots.

Usage:

from OCDocker.OCScore.Analysis.Plotting import Core as ocplotcore

OCDocker.OCScore.Analysis.Plotting.Core.apply_basic_style()[source]

Apply a lightweight, consistent Matplotlib style for analysis plots.

Return type:

None

OCDocker.OCScore.Analysis.Plotting.Core.new_fig(size=(6, 4))[source]

Create a new figure and a single axes with the standard style.

Parameters:

size (tuple(float, float), optional) – Figure size (width, height) in inches. Default: (6, 4).

Returns:

Newly created figure and axes.

Return type:

(Figure, Axes)