Skip to content

Fix usage of deprecated silx module

Thomas Vincent requested to merge fix-silx.gui.plot.matplotlib into master

silx.gui.plot.matplotlib is deprecated since some time 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 have been a deprecation warning when importing this module.

attn @valentin.valls

Merge request reports