- Also exposed the sys crate's ImPlotRange, ImPlotLimits and ImPlotPoint
to the user as well as changing the limit-setting interface to using
those. I'm not super sure about doing this yet though, because it is
more verbose for no real reason to the user and for the purposes of
the abstraction it may be better to add facade types anyway.
- There is no protection against calling things like `is_hovered` from
outside a plot. Will need to think about how to make this impossible
by design - we could for example pass an object to Plot's closure
that has these methods, and that object is not created anywhere
else.