ImportError when loading Matplotlib.pyplot

Issue #38 resolved
Robin Hahn created an issue

An exception is caught when importing matplotlib using Matplotlib 3.5.0:

ImportError: cannot import name 'StatusbarBase' from 'matplotlib.backend_bases'

Comments (1)

  1. M. Gronle

    This issue is fixed in the itom main repository by removing the import of StatusbarBased for MPL > 3.3.0, since it is deprecated since MPL 3.3.0 and not used any more

  2. Log in to comment