ccrook / QGIS-Contour-Plugin

Contour plugin for QGIS - uses python matplotlib to generate contours of data on vector point data.
43 stars 13 forks source link

Error when computing contours with Quantile method (looking for missing z value) #4

Closed jcrouser closed 10 years ago

jcrouser commented 10 years ago

An error has occured while executing Python code:

Traceback (most recent call last): File "**plugins\contour\contour.py", line 288, in changeMethod self.computeLevels() File "******plugins\contour\contour.py", line 315, in computeLevels values = np.sort(self.z.flatten()) AttributeError: 'ContourDialog' object has no attribute 'z'

Python version: 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]

QGIS version: 2.0.1-Dufour Dufour, d94c044

ccrook commented 10 years ago

Should be ok now .. new version (1.0.3) installed in plugin repository. Thanks for reporting this