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
poscolorand lines less than zero withnegcolor.negcolor, poscolor (color-spec, optional) – Colors to use for the negative and positive lines. Ignored if
negposisFalse. Defaults arerc.negcolor='blue7'andrc.poscolor='red7'.
Note
This function wraps
vlines