plot_wrapper

plot_wrapper(self, func, *args, cmap=None, values=None, **kwargs)[source]

Wraps plot, draws a “colormap line” if the cmap argument was passed. “Colormap lines” change color as a function of the parametric coordinate values using the input colormap cmap.

Parameters
  • *args ((y,), (x,y), or (x,y,fmt)) – Passed to plot.

  • cmap, values (optional) – Passed to parametric.

  • **kwargsLine2D properties.