According to matplotlibrc documentation, “The matplotlibrc
is read at startup to configure Matplotlib.” It didn’t say the startup of what. Can I assume that it means when matplotlib
or subordinate packages are imported, e.g., import matplotlib.pyplot as plt
?