Enumeration pvc.options.varia.AxisDomainRoundingMode
Extends
string.
Field Attributes | Field Name and Description |
---|---|
The scale domain is made "nice" by
ensuring that its bounds are "nice" numbers,
extending the domain, if necessary.
|
|
The scale domain is exactly the domain of the data.
|
|
The scale domain is extended in order to
coincide with the calculated ticks.
|
Enumeration Detail
pvc.options.varia.AxisDomainRoundingMode
The rounding mode applied to a numeric axis' scale domain.
Field Detail
Nice
The scale domain is made "nice" by
ensuring that its bounds are "nice" numbers,
extending the domain, if necessary.
- Value:
- 'nice'
None
The scale domain is exactly the domain of the data.
- Value:
- 'none'
Tick
The scale domain is extended in order to
coincide with the calculated ticks.
Ticks naturally are nice numbers, yet, additionally, this mode ensures that ticks coincide with the end of the axis' scale, as long as the axis' pvc.options.axes.CartesianAxis#offset is zero.
- Value:
- 'tick'