Skip to content

Do not use lazy-loading for matplotlib.pyplot

Yunus Sevinchan requested to merge fix-pyplot-creator-imports into main

... but delay the import time simply to those points at which pyplot becomes necessary. This way, import time should remain low but we avoid unreliabilities through the resolution of the lazy loader.

Merge request reports