Return the `.LogTransform` associated with this scale.
(self)
| 422 | labelOnlyBase=(self.subs is not None))) |
| 423 | |
| 424 | def get_transform(self): |
| 425 | """Return the `.LogTransform` associated with this scale.""" |
| 426 | return self._transform |
| 427 | |
| 428 | def limit_range_for_scale(self, vmin, vmax, minpos): |
| 429 | """Limit the domain to positive values.""" |
no outgoing calls