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
Currently, the Scene's resize() method offers the API user a way to explicitly request Megaplot to recompute the offset and scale values based on a changed canvas size.
In addition, it would helpful to users to perform this resizing automatically. It should be possible to disable automatic resize in the event the API user does not want it.
Design question: What parameters can/should the user provide to inform how the resizing ought to be carried out?
Currently, the Scene's
resize()
method offers the API user a way to explicitly request Megaplot to recompute theoffset
andscale
values based on a changed canvas size.In addition, it would helpful to users to perform this resizing automatically. It should be possible to disable automatic resize in the event the API user does not want it.
Design question: What parameters can/should the user provide to inform how the resizing ought to be carried out?
See also: #16
The text was updated successfully, but these errors were encountered: