Skip to content
  • Luke Campagnola's avatar
    Fixed improper tick spacing and axis scaling · 390f78c8
    Luke Campagnola authored
    This requires an API change:
     - AxisItem.setScale(float) has the usual behavior
     - AxisItem.setScale(None) is no longer allowed. Instead use:
     - AxisItem.enableAutoSIPrefix(bool) to enable/disable SI prefix scaling
    Also makes the API more intuitive since these features are now accessed and implemented independently.
    390f78c8