PlotDefaults.get_caps#
- static PlotDefaults.get_caps()[source]#
Plotting defaults for
CAP.get_caps.Important
Used when
cluster_selection_methodis not None.- Returns:
dict[str, Any] – Default parameters:
- dpi
int, default=300 – Dots per inch for the figure.
- dpi
- figsize
tuple, default=(8, 6) – Figure size in inches (width, height).
- figsize
- bbox_inches
str, default=”tight” – Alters size of the whitespace in the saved image.
- bbox_inches
- step
intorNone, default=None – Controls the progression of the x-axis in plots.
- step