Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cknoll/pysplineform
create planar spline curves by interactively placing nodes in a matplotlib figure
https://github.com/cknoll/pysplineform
Last synced: about 20 hours ago
JSON representation
create planar spline curves by interactively placing nodes in a matplotlib figure
- Host: GitHub
- URL: https://github.com/cknoll/pysplineform
- Owner: cknoll
- Created: 2018-05-07T21:23:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T21:30:23.000Z (over 6 years ago)
- Last Synced: 2024-10-13T11:31:05.700Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# General
This module allows to interactively place points in the plane which will be
interpolated by a spline.This can, e.g., be used to manually describe a geometric path or a time-signal.
This module is based on [matplotlib]() and [scipy](). It is still in very early stage of development.
# Installation
Todo: create `setup.py` and upload to Python-Package Index (pypi). For now just download the file
and place it inside yout Pythonpath# Usage
Run the script. You can
* Drag points to move them,
* double-click to add a new point,
* middle-click to remove a point.