Metadata-Version: 1.1
Name: xymath
Version: 0.2.0
Summary: A GUI and API that creates, documents and explores y=f(x) curve fits
Home-page: http://xymath.readthedocs.org/en/latest/
Author: Charlie Taylor
Author-email: charlietaylor@users.sourceforge.net
License: GPL-3
Download-URL: https://github.com/sonofeft/XYmath
Description: 

        

        .. image:: https://travis-ci.org/sonofeft/XYmath.svg?branch=master

            :target: https://travis-ci.org/sonofeft/XYmath

        

        .. image:: https://img.shields.io/pypi/v/XYmath.svg

            :target: https://pypi.python.org/pypi/xymath

                

        .. image:: https://img.shields.io/pypi/pyversions/XYmath.svg

            :target: https://wiki.python.org/moin/Python2orPython3

        

        .. image:: https://img.shields.io/pypi/l/XYmath.svg

            :target: https://pypi.python.org/pypi/xymath

        

        

        XYmath Creates, Documents And Explores Y=f(X) Curve Fits

        ========================================================

        

        .. warning::

        

            Python 3.x has an error in matplotlib.backends.backend_tkagg.FigureCanvasTkAgg

            that causes XYmath to crash and burn.

            

            XYmath python source is configured for python 3.x, but until

            the matplotlib folks fix FigureCanvasTkAgg, XYmath only runs on python 2.7

        

        See the Code at: `<https://github.com/sonofeft/XYmath>`_

        

        See the Docs at: `<http://xymath.readthedocs.org/en/latest/>`_

        

        See PyPI page at:`<https://pypi.python.org/pypi/xymath>`_

        

        

        

        XYmath will find the "best" curve fit using either

        minimum percent error or minimum total error. 

        

        It can search through

        common equations, an exhaustive search through thousands of equations,

        splines, smoothed splines, or fit non-linear equations input by the user.

        

        After fitting, XYmath will find roots, minima, maxima, derivatives or

        integrals of the fitted curve. It will generate source code that documents and

        evaluates the fit in python, FORTRAN or EXCEL. Configurable plots are

        created using matplotlib that are of publication quality.
Keywords: xymath setuptools development
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
