dmarx / keyframed

Simple, expressive, pythonic datatypes for manipulating curves parameterized by keyframes and interpolators.
36 stars 1 forks source link

ensure `xs` in `Curve.plot() are all >= 0 #105

Open dmarx opened 11 months ago

dmarx commented 11 months ago

subtracting eps sends the first entry negative because the first keyframe is at 0, causing that annoying "report this error" message.