You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the title is adjusted and is changed in height, the axes will automatically re-position, which usually messes up the scale position.
This would probably be best handled with events/listeners. Possibly, it would be optimal to have any change of the axes' position to trigger an event that triggers self.drawScale(), which would cover the case where the axes' title is adjusted.
The text was updated successfully, but these errors were encountered:
If the title is adjusted and is changed in height, the axes will automatically re-position, which usually messes up the scale position.
This would probably be best handled with events/listeners. Possibly, it would be optimal to have any change of the axes' position to trigger an event that triggers
self.drawScale()
, which would cover the case where the axes' title is adjusted.The text was updated successfully, but these errors were encountered: