semiautomaticgit / SemiAutomaticClassificationPlugin

https://fromgistors.blogspot.com/p/semi-automatic-classification-plugin.html
Other
138 stars 50 forks source link

AttributeError: 'Legend' object has no attribute 'draggable' #114

Closed sdclaro closed 4 years ago

sdclaro commented 4 years ago

Traceback (most recent call last): File "C:/Users/.../AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\SemiAutomaticClassificationPlugin\semiautomaticclassificationplugin.py", line 1296, in newProjectLoaded cfg.utls.clearTable(cfg.uiscp.scatter_list_plot_tableWidget) File "C:/Users/.../AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\SemiAutomaticClassificationPlugin\spectralsignature\spectralsignatureplot.py", line 463, in refreshPlot self.signaturePlot() File "C:/Users/.../AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\SemiAutomaticClassificationPlugin\spectralsignature\spectralsignatureplot.py", line 711, in signaturePlot

matplotlib API Changes for 3.1.1

AttributeError: 'Legend' object has no attribute 'draggable'

I get this error every time I open QGIS. I am using QGIS 3.14 now but I'm getting the same error with QGIS 3.10. I use SCP 6.4.6.

semiautomaticgit commented 4 years ago

Hello, unfortunately I can't reproduce the issue. Please copy the log file following these steps https://semiautomaticclassificationmanual.readthedocs.io/en/latest/faq.html#how-can-i-report-an-error

sdclaro commented 4 years ago

Hi. I upgraded to QGIS 3.14.1 and deleted older versions in my computer. It works fine now. Sorry for the trouble.