# The following has been generated automatically from src/core/classification/qgsclassificationlogarithmic.h
QgsClassificationLogarithmic.NoHandling = QgsClassificationLogarithmic.NegativeValueHandling.NoHandling
QgsClassificationLogarithmic.Discard = QgsClassificationLogarithmic.NegativeValueHandling.Discard
QgsClassificationLogarithmic.PrependBreak = QgsClassificationLogarithmic.NegativeValueHandling.PrependBreak
try:
QgsClassificationLogarithmic.__group__ = ['classification']
except (NameError, AttributeError):
pass
|