This PR features a revolutionary functionality for the repository: multiple line handling on the same plot. The user is allowed to switch between lines directly using the number keys.
As it was mentioned in https://github.com/erlete/coordinate-canvas/pull/1, the spline generation issue caused by consecutive identical coordinates was successfully solved.
Furthermore, an input handling module was added in order to properly request and verify the required input format for the package to work.
What's Changed
* Multi-line direct support, input handling and error solving by erlete in https://github.com/erlete/coordinate-canvas/pull/2
**Full Changelog**: https://github.com/erlete/coordinate-canvas/compare/v1.3.1...v1.4.0