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
Cleanup textbox example: 1) handling the initial text through the normal
`submit` callback seems simpler; 2) use "normal" autoscaling methods,
which correctly apply margins and would also work if other artists were
involved. This revealed that `TextBox.set_val` throws an exception due
to no cached renderer if the figure has never been rendered before.
Given that TextBox is going to trigger a bunch of redraws anyways for
user edits, we may as well trigger a first draw if needed to cache a
renderer first.
0 commit comments