Searched refs:fig (Results 1 - 6 of 6) sorted by relevance
/third_party/astc-encoder/Test/ |
H A D | astc_test_result_plot.py | 154 fig, axs = plt.subplots(nrows=len(chartRows), ncols=len(chartCols), 157 for a in fig.axes: 170 fig.delaxes(axs[i]) 172 fig.delaxes(axs[i][j]) 237 fig.tight_layout() 238 fig.savefig(fileName)
|
/third_party/rust/crates/clap/clap_complete_fig/src/ |
H A D | lib.rs | 13 mod fig; modules 14 pub use fig::Fig;
|
/third_party/notofonts/scripts/ |
H A D | issue-stats.py | 99 fig, ax1 = plt.subplots() 138 fig, ax = plt.subplots() 166 fig, ax = plt.subplots() 175 fig, ax = plt.subplots()
|
/third_party/rust/crates/minimal-lexical/scripts/ |
H A D | timings.py | 94 fig, ax = plt.subplots() 161 fig.savefig(output, format='svg') 162 fig.clf()
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 758 fig = plt.figure(figsize=( 765 gs = fig.add_gridspec( 779 s.ax = fig.add_subplot(gs[ 933 ax = fig.add_subplot(gs[(1 if legend_above else 0):,-1]) 943 ax = fig.add_subplot(gs[0, :grid.width]) 961 ax = fig.add_subplot(gs[-1, :grid.width]) 988 fig.supxlabel(escape(xlabel)) 990 fig.supylabel(escape(ylabel)) 992 fig.suptitle(escape(title)) 996 fig [all...] |
/third_party/optimized-routines/math/tools/ |
H A D | plot.py | 48 fig, (ax0,ax1) = plt.subplots(nrows=2)
|
Completed in 3 milliseconds