vlines_wrapper

vlines_wrapper(self, func, *args, **kwargs)[source]

Plot vertical lines with flexible positional arguments and optionally use different colors for “negative” and “positive” lines.

Parameters
  • negpos (bool, optional) – Whether to color lines greater than zero with poscolor and lines less than zero with negcolor.

  • negcolor, poscolor (color-spec, optional) – Colors to use for the negative and positive lines. Ignored if negpos is False. Defaults are rc.negcolor = 'blue7' and rc.poscolor = 'red7'.

Note

This function wraps vlines