Closed flekschas closed 1 month ago
This PR introduces a new property called pointScaleMode to add support for constant and linear point scaling.
pointScaleMode
What was changed in this pull request?
We introduce a new property called pointScaleMode to allow the user to switch between three point scale modes:
"asinh"
"linear"
"constant"
Why is it necessary?
This is a follow up PR to #194 (which was authored by @abast) to ultimately fix #169.
CHANGELOG.md
README.md
This PR introduces a new property called
pointScaleMode
to add support for constant and linear point scaling.Description
We introduce a new property called
pointScaleMode
to allow the user to switch between three point scale modes:"asinh"
transform (default)"linear"
transform"constant"
(a.k.a., no transform)This is a follow up PR to #194 (which was authored by @abast) to ultimately fix #169.
Checklist
CHANGELOG.md
updatedREADME.md
added or updated