Class: QgsClassificationLogarithmic

class qgis.core.QgsClassificationLogarithmic

Bases: QgsClassificationMethod

Implementation of a logarithmic scale method

New in version 3.10:

Methods

addParameter

clone

rtype

QgsClassificationMethod

copyBase

formatNumber

icon

rtype

QIcon

id

rtype

str

labelForRange

param lowerValue

name

rtype

str

valuesRequired

rtype

bool

Attributes

Discard

NoHandling

PrependBreak

Discard = 1
class NegativeValueHandling

Bases: int

NoHandling = 0
PrependBreak = 2
addParameter()
clone(self) QgsClassificationMethod
Return type

QgsClassificationMethod

copyBase()
formatNumber()
icon(self) QIcon
Return type

QIcon

id(self) str
Return type

str

labelForRange(self, lowerValue: float, upperValue: float, position: QgsClassificationMethod.ClassPosition) str
Parameters
Return type

str

name(self) str
Return type

str

valuesRequired(self) bool
Return type

bool