Home | History | Annotate | Download | only in pattern_tools

Lines Matching refs:arrows

885     arrows          None          if a new identifier, create arrow markers and draw them
906 "arrows": None,
930 self.arrows = kwds["arrows"]; del kwds["arrows"]
951 self.arrows, self.text_attr, **self.axis_attr)]
3324 yticks, yminiticks, ylabels, ylogbase, arrows, text_attr, attribute=value)
3347 arrows default=None if a new string identifier, draw arrows
3362 arrows=None, text_attr={}, **attr):
3368 self.arrows = arrows
3394 if self.arrows is not None and self.arrows != False:
3395 xarrow_start = self.arrows + ".xstart"
3396 xarrow_end = self.arrows + ".xend"
3397 yarrow_start = self.arrows + ".ystart"
3398 yarrow_end = self.arrows + ".yend"