automeris-io / WebPlotDigitizer

Computer vision assisted tool to extract numerical data from plot images.
https://automeris.io
GNU Affero General Public License v3.0
2.63k stars 363 forks source link

"delta X" for "X Step" and "X Step w/ interpolation" behaves differently in log scale #317

Open ankitrohatgi opened 7 months ago

ankitrohatgi commented 7 months ago

Related issue: If a delta X < 1 for X step w/ interpolation is provided then the algorithm runs out of memory. This is because the algo can never reach x_max with this step size. There should be some validation check for such an input before the algorithm runs.