Plotting Helpers
================

Visual tools for visualizing numerical methods results.

English API (Aliases)
---------------------

.. autofunction:: numpyy.plot_function
.. autofunction:: numpyy.plot_interpolation
.. autofunction:: numpyy.plot_integration
.. autofunction:: numpyy.plot_runge_phenomenon
.. autofunction:: numpyy.plot_error
.. autofunction:: numpyy.plot_convergence
.. autofunction:: numpyy.plot_float_distribution

Backend French API
------------------

.. automodule:: numpyy.graphiques
   :members:

Example: Runge Phenomenon
-------------------------

.. code-block:: python

   import numpyy as ny
   ny.plot_runge_phenomenon(n_points=10)
