breos.plotting.set_presentation_mode#

breos.plotting.set_presentation_mode(enabled=True, scale=1.5)[source]#

Enable presentation mode with larger fonts for all plots.

Parameters:
  • enabled (bool) – True to enable, False to reset to defaults

  • scale (float) – Font size multiplier (default 1.5x)

Usage:

from breos.plotting import set_presentation_mode set_presentation_mode(True) # Enable before generating plots set_presentation_mode(False) # Reset to defaults