mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
This numeric format allows users to craft a custom QGIS expression to format numbers. The expression can use the @value variable to retrieve the value to be formatted, and then use any standard QGIS expression function to format this as desired. It can be used anywhere QgsNumericFormat is accepted, eg layout scalebars, elevation plots, layout tables, and color ramp legends Sponsored by the Swiss QGIS User Group
6 lines
211 B
Python
6 lines
211 B
Python
# The following has been generated automatically from src/core/numericformats/qgsexpressionbasednumericformat.h
|
|
try:
|
|
QgsExpressionBasedNumericFormat.__group__ = ['numericformats']
|
|
except NameError:
|
|
pass
|