Gip-Gip / egui-plotter

Simple to use utilties for integrating plotter into egui
MIT License
40 stars 15 forks source link

Allow disabling transformations mid callback #4

Open Gip-Gip opened 1 year ago

Gip-Gip commented 1 year ago

Currently the basic dragging/zooming works ok for graphs, but in order to make it actually useful it would be nice to allow users to toggle during the callback what is and isn't transformed by dragging and zooming, allowing people to disable transforming for the grid/tic marks and enable it for the plot points.

This will likely result in some breaking changes.