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
Is your feature request related to a problem? Please describe.
I use egui for numerical data visualization (see https://gitlab.com/samoylovfp/ncexplorer) and would like to be able to switch to a "nearest neighbor" interpolation for PlotImage to see boundaries in the values more clearly
Describe the solution you'd like
Add a with_interpolation function to PlotImage structure, allowing selecting the interpolation method
Describe alternatives you've considered
The interpolation might also be a parameter to PlotUi::image, but this feels less ergonomic, since it shouldn't matter for most users
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use egui for numerical data visualization (see https://gitlab.com/samoylovfp/ncexplorer) and would like to be able to switch to a "nearest neighbor" interpolation for
PlotImage
to see boundaries in the values more clearlyDescribe the solution you'd like
Add a
with_interpolation
function toPlotImage
structure, allowing selecting the interpolation methodDescribe alternatives you've considered
The interpolation might also be a parameter to
PlotUi::image
, but this feels less ergonomic, since it shouldn't matter for most usersAdditional context
The text was updated successfully, but these errors were encountered: