OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subplot
(Results
1 - 6
of
6
) sorted by null
/external/v8/tools/
gc-nvp-trace-processor.py
159
for
subplot
in plot:
160
if isinstance(
subplot
, Plot):
161
for item in
subplot
.items:
/external/libvpx/libvpx/examples/includes/geshi/geshi/
matlab.php
138
'sub2ind','
subplot
','subspace','subvolume','sum','summer',
scilab.php
197
'subf', 'subgraph', '
subplot
', 'successors', 'sum', 'supernode', 'surf', 'surface_properties', 'sva',
/frameworks/base/tools/velocityplot/
velocityplot.py
128
# Add a
subplot
to the figure for a time series.
/external/webrtc/src/modules/audio_processing/agc/
digital_agc.c
34
//
subplot
(121); plot(in, out); axis([-30, 0, -5, 20]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
35
//
subplot
(122); plot(in, in+out); axis([-30, 0, -30, 5]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)');
/frameworks/base/tools/orientationplot/
orientationplot.py
202
# Add a
subplot
to the figure for a time series.
Completed in 360 milliseconds