echemdb / svgdigitizer

(x,y) Data Points from SVG files
https://echemdb.github.io/svgdigitizer/
GNU General Public License v3.0
17 stars 8 forks source link

property scaling_factors not working #166

Closed FMMechem closed 1 year ago

FMMechem commented 1 year ago

When using a scaling factor, the entered factor is not applied to the output data.

Data exported using svgdigitizer cv --sampling-interval=0.001 filename.svg WithoutScalingFactor WithScalingFactor

DunklesArchipel commented 1 year ago

Thank you for the hint. Indeed scaling factors only worked for x and y labels. This will be fixed in the next release.