Skip to content

Python 3 tkinter GUI curve and surface fitter #1

@zunzun

Description

@zunzun

I saw your tkinter calculator code and thought you might like to see my Python GUI graphical curve fitter and surface fitter on github, BSD license. The matplotlib 3D surface plots of the fitted equations look really cool.

The code uses a linear solver if the equation is linear, and a non-linear Levenberg-Marquardt solver from scipy if the equation is non-linear. It automatically uses a genetic algorithm to produce initial parameter estimates for the non-linear solver.

The URL on github is https://github.com/zunzun/tkInterFit

James Phillips

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions