Lines Matching refs:dir
340 def merge(self, other, dir): argument
341 if dir in ['above', 'below']:
420 if dir == 'above':
439 if dir in ['right', 'left']:
518 if dir == 'right':
548 for dir, subargs in subplots:
551 0.5 if dir in ['right', 'left'] else width),
553 0.5 if dir in ['above', 'below'] else height),
555 grid.merge(subgrid, dir)
1254 ns.subplots = [(dir, dictify(subplot_ns))
1255 for dir, subplot_ns in ns.subplots]