Searched refs:subplot (Results 1 – 4 of 4) sorted by relevance
| /third_party/ltp/testcases/realtime/tools/ |
| D | ftqviz.py | 94 subplot(311) 100 subplot(312) 110 subplot(313)
|
| /third_party/littlefs/scripts/ |
| D | plotmpl.py | 311 def __init__(self, subplot, width=1.0, height=1.0): argument 314 self.map = {(0,0): subplot} 315 self.subplots = [subplot] 602 subplot={}, 754 subplots=subplots + subplot.pop('subplots', []), 755 **subplot) 1256 if ns.subplot is not None: 1257 ns.subplot = dictify(ns.subplot)
|
| D | plot.py | 565 def __init__(self, subplot, width=1.0, height=1.0): argument 568 self.map = {(0,0): subplot} 569 self.subplots = [subplot] 845 subplot={}, 897 subplots=subplots + subplot.pop('subplots', []), 898 **subplot) 1586 if ns.subplot is not None: 1587 ns.subplot = dictify(ns.subplot)
|
| /third_party/node/deps/v8/tools/ |
| D | gc-nvp-trace-processor.py | 140 for subplot in plot: 141 if isinstance(subplot, Plot): 142 for item in subplot.items:
|