Skip to content

QuanticPony/itfit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Downloads PyPI Version

Commit activity License Build

Python Version Wheel



Itfit

Interactive Fitter



Simple, intuitive and interactive application to help fitting common functions to your data.





import matplotlib.pyplot as plt
import itfit

fitter = itfit.Fitter(xdata, ydata)
fitter()
plt.show()

plot = fitter.default_plot_last_fit("x value", r"$\phi$ [s$^{-1}$]", "Itfit default plot")
plot.save_fig("figure.png")

Instalation

Itfit releases are available as wheel packages on PyPI. You can install the last version using pip:

pip install itfit

Documentation

Documentations is automatically generated from code on master push and hosted in github-pages here.

Help

Just open an issue with the question tag (or clic here) and we would love to help!

Contributing

You can contribute with:

Even only feedback is greatly apreciated.

Just create an issue and let us know you want to help!

Licensing

Itfit is released under the Apache License Version 2.0.