plot_wrapper¶
-
plot_wrapper(self, func, *args, cmap=None, values=None, **kwargs)[source]¶ Wraps
plot, draws a “colormap line” if thecmapargument was passed. “Colormap lines” change color as a function of the parametric coordinatevaluesusing the input colormapcmap.- Parameters
*args ((y,), (x,y), or (x,y,fmt)) – Passed to
plot.cmap, values (optional) – Passed to
parametric.**kwargs –
Line2Dproperties.