mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -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$'
|
||||
|
||||
#import matplotlib.pyplot as plt
|
||||
#import matplotlib.pylab as lab
|
||||
|
||||
import plotly as plt
|
||||
import plotly.graph_objs as go
|
||||
import numpy as np
|
||||
|
@ -28,13 +28,9 @@ __revision__ = '$Format:%H$'
|
||||
import os
|
||||
|
||||
try:
|
||||
#import matplotlib.pyplot
|
||||
#assert matplotlib # NOQA silence pyflakes
|
||||
#hasMatplotlib = True
|
||||
import plotly
|
||||
hasPlotly = True
|
||||
except:
|
||||
#hasMatplotlib = False
|
||||
hasPlotly = False
|
||||
|
||||
from qgis.PyQt.QtGui import QIcon
|
||||
|
Loading…
x
Reference in New Issue
Block a user