PlotDefaults.visualize_bold#
- static PlotDefaults.visualize_bold()[source]#
Plotting defaults for
TimeseriesExtractor.visualize_bold.- Returns:
dict[str, Any] – Default parameters:
- dpi
int, default=300 – Dots per inch for the figure.
- dpi
- figsize
tuple, default=(11, 5) – Figure size in inches (width, height).
- figsize
- bbox_inches
str, default=”tight” – Alters size of the whitespace in the saved image.
- bbox_inches