Searched refs:subplot (Results 1 – 2 of 2) sorted by relevance
| /littlefs-latest/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)
|