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.
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.