There was an error while loading. Please reload this page.
1 parent b3ab554 commit 58b9c82Copy full SHA for 58b9c82
2 files changed
python/plugins/processing/algs/qgis/BarPlot.py
@@ -25,9 +25,6 @@
25
26
__revision__ = '$Format:%H$'
27
28
-#import matplotlib.pyplot as plt
29
-#import matplotlib.pylab as lab
30
-
31
import plotly as plt
32
import plotly.graph_objs as go
33
import numpy as np
python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py
@@ -28,13 +28,9 @@
import os
try:
- #import matplotlib.pyplot
- #assert matplotlib # NOQA silence pyflakes
- #hasMatplotlib = True
34
import plotly
35
hasPlotly = True
36
except:
37
- #hasMatplotlib = False
38
hasPlotly = False
39
40
from qgis.PyQt.QtGui import QIcon
0 commit comments