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

Negative values not represented #12

Closed hwiener closed 9 years ago

hwiener commented 9 years ago

I'm trying to create water level contours with values ranging from -6m to 30m. The countours created starts only from 0m. I'm using QGIS 2.4.0. Thanks

ccrook commented 9 years ago

I've routinely contoured negative values, so I'm not sure why you should be having this issue. Can you create a small test data set that recreates the issue. Thanks Chris

hwiener commented 9 years ago

My apology, I mixed up between your plugin and the contour model that comes with QGIS.