Gauge Indicator
The gauge indicator uses an indicator and a gauge chart and joins them with a bentobox.
Each gauge indicator creates a gauge component and an indicator component, so it uses two positions in the grid, the next component has to the the order+2.
The Method To Use
The method is s.plt.gauge_indicator()
It must contain the following input variables:
Accepts the following input variables as optional:
Examples
When we execute this example:
In case we don't have a static limit on how many gauge indicators we have, the following pattern can be useful:
One possible result of executing the previous code is:
Last updated