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
autosize: Remove unnecessary guard in plotAutoSize
* Commit 5df675a (fix demo/outside legend bug and null data autoscale
bug) introduced a guard in plotAutoSize to avoid calling layoutStyles
while autosize is set to 'initial'.
* Commit ee974d9 (autosizing in shareplots, autosize aspect ratio
restrictions and ...) removed the call to layoutStyles but forgot to
remove the guard.
* This commit removes the guard.
* Checked that all the jasmine and image tests still pass.
0 commit comments