https://github.com/quanticpony/itfit
Simple, intuitive and interactive application to help fitting common functions to your data
https://github.com/quanticpony/itfit
easy-to-use fitting matplotlib python3
Last synced: 4 months ago
JSON representation
Simple, intuitive and interactive application to help fitting common functions to your data
- Host: GitHub
- URL: https://github.com/quanticpony/itfit
- Owner: QuanticPony
- License: apache-2.0
- Created: 2022-11-23T19:50:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T17:29:55.000Z (almost 3 years ago)
- Last Synced: 2025-09-02T00:21:13.305Z (5 months ago)
- Topics: easy-to-use, fitting, matplotlib, python3
- Language: Python
- Homepage:
- Size: 2.64 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/itfit/)
[](https://pypi.org/project/itfit/)

[](LICENSE)
[](https://github.com/QuanticPony/itfit/actions)
[](https://pypi.org/project/itfit/)
[](https://pypi.org/project/itfit/)
Itfit
Interactive Fitter
Simple, intuitive and interactive application to help fitting common functions to your data.
```py
import matplotlib.pyplot as plt
import itfit
fitter = itfit.Fitter(xdata, ydata)
fitter()
plt.show()
```
```py
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](https://pypi.org/project/itfit/). 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](https://quanticpony.github.io/itfit/).
# Help
Just open an issue with the `question` tag ([or clic here](https://github.com/QuanticPony/itfit/issues/new?assignees=QuanticPony&labels=question&template=question.md&title=)) and we would love to help!
# Contributing
You can contribute with:
* Examples
* Documentation
* [Bug report/fix](https://github.com/QuanticPony/itfit/issues/new?assignees=QuanticPony&labels=bug&template=bug_report.md&title=)
* New fit functions
* [Features](https://github.com/QuanticPony/itfit/issues/new?assignees=QuanticPony&labels=new-feature&template=feature_request.md&title=)
* Code
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**.