mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
remove old imports
This commit is contained in:
parent
b3ab5543dd
commit
58b9c82e20
@ -25,9 +25,6 @@ __copyright__ = '(C) 2013, Victor Olaya'
|
|||||||
|
|
||||||
__revision__ = '$Format:%H$'
|
__revision__ = '$Format:%H$'
|
||||||
|
|
||||||
#import matplotlib.pyplot as plt
|
|
||||||
#import matplotlib.pylab as lab
|
|
||||||
|
|
||||||
import plotly as plt
|
import plotly as plt
|
||||||
import plotly.graph_objs as go
|
import plotly.graph_objs as go
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -28,13 +28,9 @@ __revision__ = '$Format:%H$'
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
try:
|
try:
|
||||||
#import matplotlib.pyplot
|
|
||||||
#assert matplotlib # NOQA silence pyflakes
|
|
||||||
#hasMatplotlib = True
|
|
||||||
import plotly
|
import plotly
|
||||||
hasPlotly = True
|
hasPlotly = True
|
||||||
except:
|
except:
|
||||||
#hasMatplotlib = False
|
|
||||||
hasPlotly = False
|
hasPlotly = False
|
||||||
|
|
||||||
from qgis.PyQt.QtGui import QIcon
|
from qgis.PyQt.QtGui import QIcon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user