gsplot.plot.line_colormap_dashed#

Deprecated forwarding shim for gsplot.plot.line_colormap_dashed.

Functions

line_colormap_dashed(ax, x, y, cmapdata[, ...])

Adapt legacy dashed colormap lines to gsplot.cmap_dash().

line_colormap_dashed(ax, x, y, cmapdata, cmap='viridis', linewidth=1, line_pattern=(10, 10), label=None, xspan=None, yspan=None, **props)#

Adapt legacy dashed colormap lines to gsplot.cmap_dash().

Parameters:
  • ax (Axes)

  • x (Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes])

  • y (Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes])

  • cmapdata (Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes])

  • cmap (str)

  • linewidth (float)

  • line_pattern (tuple[float, float])

  • label (str | None)

  • xspan (float | None)

  • yspan (float | None)

  • props (Any)

Return type:

list[Any]