OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontweight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/velocityplot/
velocityplot.py
140
axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10,
fontweight
='bold')
141
axes.set_xlabel('time (s)', fontsize=10,
fontweight
='bold')
142
axes.set_ylabel(ylabel, fontsize=10,
fontweight
='bold')
/frameworks/base/tools/orientationplot/
orientationplot.py
214
axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10,
fontweight
='bold')
215
axes.set_xlabel('time (s)', fontsize=10,
fontweight
='bold')
216
axes.set_ylabel(ylabel, fontsize=10,
fontweight
='bold')
Completed in 1446 milliseconds