Home | History | Annotate | Download | only in pattern_tools

Lines Matching refs:Axes

875     atx, aty        0, 0          the place where the coordinate axes cross
886 at the ends of the coordinate axes
948 d = ([Axes(self.xmin, self.xmax, self.ymin, self.ymax, self.atx, self.aty,
3239 The exclude option is provided for Axes to keep text from overlapping
3240 where the axes cross. Normal users are not likely to need it.
3294 The exclude option is provided for Axes to keep text from overlapping
3295 where the axes cross. Normal users are not likely to need it.
3320 class Axes:
3321 """Draw a pair of intersecting x-y axes.
3323 Axes(xmin, xmax, ymin, ymax, atx, aty, xticks, xminiticks, xlabels, xlogbase,
3328 atx, aty default=0, 0 point where the axes try to cross;
3329 if outside the range, the axes will
3356 return "<Axes x=(%g, %g) y=(%g, %g) at (%g, %g) %s>" % (