pyunitwizard.utils.matplotlib package# Module contents# pyunitwizard.utils.matplotlib.plotting_context()[source]# Temporarily register PyUnitWizard converters in matplotlib. pyunitwizard.utils.matplotlib.setup_matplotlib(enable=True)[source]# Enable or disable PyUnitWizard converters in matplotlib. Parameters: enable (bool, default=True) – True registers converters for supported quantity classes. False unregisters those converters. Return type: None