Home
last modified time | relevance | path

Searched refs:ylabel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/velocityplot/
Dvelocityplot.py129 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None): argument
136 ylabel=ylabel,
142 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold')
/frameworks/base/tools/orientationplot/
Dorientationplot.py203 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None): argument
210 ylabel=ylabel,
216 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold')