fill#

named_arrays.plt.fill(*args, ax=None, axis=None, where=True, transformation=None, components=None, **kwargs)#

Plot filled polygons

This is a thin wrapper around matplotlib.axes.Axes.fill() for named arrays.

The main difference of this function from matplotlib.pyplot.fill() is the addition of the axis parameter indicating along which axis the lines should be connected.

Parameters:
Return type:

ScalarArray[ndarray[tuple[Any, …], dtype[_ScalarT]]]