Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 652 Bytes

Curve Fitting Tool

An easy-use and MATLAB-like graphical curve fitting tool, for Python, Jupyter Notebook and other environments.

picture

Install

pip install curvefitting

Usage

import this module

from curvefitting import cftool

pop up the fitting window

cftool(globals())

for more usages, see Help --> Help

Please contact me through my e-mail: [email protected]

If you find it useful, please fork me on Github.