ListPlot2D

Convenience class that handles the interpolation first

Properties and Methods

 

__init__(self, *params, plot_style=None, method='contour', colorbar=None, figure=None, axes=None, subplot_kw=None, interpolate=True, **opts): 
  • params: Any

    either empty or and array of (x, y, z) points

  • plot_style: dict | None

    the plot styling options to be fed into the plot method

  • method: str

    the method name as a string

  • figure: Graphics | None

    the Graphics object on which to plot (None means make a new one)

  • axes: None

    the axes on which to plot (used in constructing a Graphics, None means make a new one)

  • subplot_kw: dict | None

    the keywords to pass on when initializing the plot

  • colorbar: None | bool | dict

    whether to use a colorbar or what options to pass to the colorbar

  • interpolate: bool

    whether to interpolate the data or not

  • opts: Any

    options to be fed in when initializing the Graphics

Examples


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings