Searched refs:linewidth (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/orientationplot/ |
D | orientationplot.py | 96 self.raw_acceleration_axes, 'magnitude', 'orange', linewidth=2) 116 self.filtered_acceleration_axes, 'magnitude', 'orange', linewidth=2) 145 self.orientation_axes, 'current', 'black', linewidth=2) 147 self.orientation_axes, 'predicted', 'purple', linewidth=3) 149 self.orientation_axes, 'proposed', 'green', linewidth=3) 161 self.stability_axes, 'time until settled', 'black', linewidth=2) 229 def _add_timeseries_line(self, axes, label, color, linewidth=1): argument 230 return axes.plot([], label=label, color=color, linewidth=linewidth)[0]
|
/frameworks/base/tools/velocityplot/ |
D | velocityplot.py | 155 def _add_timeseries_line(self, axes, label, color, linewidth=1): argument 156 return axes.plot([], label=label, color=color, linewidth=linewidth)[0]
|