OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_add_timeseries_axes
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/orientationplot/
orientationplot.py
86
self.raw_acceleration_axes = self.
_add_timeseries_axes
(
105
self.filtered_acceleration_axes = self.
_add_timeseries_axes
(
120
self.tilt_angle_axes = self.
_add_timeseries_axes
(
129
self.orientation_angle_axes = self.
_add_timeseries_axes
(
140
self.orientation_axes = self.
_add_timeseries_axes
(
156
self.stability_axes = self.
_add_timeseries_axes
(
171
self.sample_latency_axes = self.
_add_timeseries_axes
(
203
def
_add_timeseries_axes
(self, index, title, ylabel, ylim, yticks, sharex=None):
member in class:Plotter
/frameworks/base/tools/velocityplot/
velocityplot.py
89
self.velocity_axes = self.
_add_timeseries_axes
(
105
self.old_velocity_axes = self.
_add_timeseries_axes
(
129
def
_add_timeseries_axes
(self, index, title, ylabel, ylim, yticks, sharex=None):
member in class:Plotter
Completed in 46 milliseconds