Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.