Plotting Helpers

Visual tools for visualizing numerical methods results.

English API (Aliases)

numpyy.plot_function(f, a, b, titre='Tracé')
numpyy.plot_interpolation(f, poly_f, x_pts, y_pts, a, b, titre='Interpolation')
numpyy.plot_integration(f, a, b, methode='simpson')
numpyy.plot_runge_phenomenon(n_points)
numpyy.plot_error(x_vals, erreurs, titre='Erreur')
numpyy.plot_convergence(ns, erreurs, titre='Convergence')
numpyy.plot_float_distribution(nbits=4)

Backend French API

Example: Runge Phenomenon

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