Skip to content

Fix usage of deprecated silx module

silx.gui.plot.matplotlib is deprecated and has moved to silx.gui.utils.matplotlib since v0.14.0 (December 2020). Better to use this one before we clean-up all deprecated stuff.

BTW, there should be a deprecation warning when importing this module.

attn @valentin.valls

Merge request reports