plots

td2a_plotting.plot_xy(data, label=None, markersize=4, color=None, ax=None, **kwargs)[source]

Plots a simple cloud of points \((X_i, Y_i)\).

Paramètres:
  • data – matrices, first column is X, second column i Y

  • label – name of the curve

  • marker_size – marker size

  • color – color

  • ax – existing axis

  • kwargs – additional arguements for function plot

Renvoie:

axis

One example of this simple graph:

(Source code, png, hires.png, pdf)

_images/plots-1.png