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:
- Usage:
from breos.plotting import set_presentation_mode set_presentation_mode(True) # Enable before generating plots set_presentation_mode(False) # Reset to defaults