Searched refs:plt (Results 1 - 7 of 7) sorted by relevance
/third_party/astc-encoder/Test/ |
H A D | astc_test_competitive_plot.py | 23 import matplotlib.pyplot as plt namespace 61 plt.scatter(series.perf, series.qual, s=2, label=series.name) 63 plt.xlabel("Speed (MT/s)") 64 plt.ylabel("PSNR dB") 65 plt.legend(loc='lower right', prop={'size': 6}) 67 plt.tight_layout() 68 plt.savefig(f"ASTC_v_ISPC_{block_size}.png") 69 plt.clf() 78 plt.scatter(diff_perf, diff_qual, s=2, c="#0091BD", label=label) 79 plt [all...] |
H A D | astc_test_result_plot.py | 28 import matplotlib.pyplot as plt namespace 154 fig, axs = plt.subplots(nrows=len(chartRows), ncols=len(chartCols),
|
/third_party/notofonts/scripts/ |
H A D | issue-stats.py | 17 import matplotlib.pyplot as plt namespace 99 fig, ax1 = plt.subplots() 131 plt.title("Issues opened, closed, and open") 132 plt.savefig("docs/open-closed.png") 138 fig, ax = plt.subplots() 141 plt.title("Repositories with most open issues") 142 plt.xticks(rotation=60) 143 plt.tight_layout() 144 plt.savefig("docs/top-10.png") 166 fig, ax = plt [all...] |
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 26 import matplotlib.pyplot as plt namespace 673 plt.xkcd() 675 plt.rc('path', effects=[]) 677 plt.style.use('ggplot') 678 plt.rc('patch', linewidth=0) 679 plt.rc('axes', facecolor=foreground_, edgecolor=background_) 680 plt.rc('grid', color=background_) 683 plt.rc('grid', linewidth=1) 684 plt.rc('axes.spines', bottom=False, left=False) 686 plt [all...] |
/third_party/rust/crates/minimal-lexical/scripts/ |
H A D | timings.py | 14 import matplotlib.pyplot as plt namespace 18 plt.style.use('ggplot') 94 fig, ax = plt.subplots() 153 plt.setp(ax.get_yticklabels(), visible=False) 157 plt.xlim(0, offset + 0.02 * text_length) 158 plt.ylim(count + 0.5, len(timings) + 1.5)
|
/third_party/optimized-routines/math/tools/ |
H A D | plot.py | 9 import matplotlib.pyplot as plt namespace 48 fig, (ax0,ax1) = plt.subplots(nrows=2) 58 plt.show()
|
/third_party/lame/libmp3lame/ |
H A D | psymodel.c | 671 plotting_data *plt = cfg->analysis ? gfc->pinfo : 0; in vbrpsy_compute_fft_l() local 708 if (plt) { in vbrpsy_compute_fft_l() 710 plt->energy[gr_out][chn][j] = plt->energy_save[chn][j]; in vbrpsy_compute_fft_l() 711 plt->energy_save[chn][j] = fftenergy[j]; in vbrpsy_compute_fft_l() 778 plotting_data *plt = cfg->analysis ? gfc->pinfo : 0; in vbrpsy_attack_detection() local 877 if (plt) { in vbrpsy_attack_detection() 884 plt->ers[gr_out][chn] = plt->ers_save[chn]; in vbrpsy_attack_detection() 885 plt in vbrpsy_attack_detection() 1419 plotting_data *plt = cfg->analysis ? gfc->pinfo : 0; L3psycho_anal_vbr() local [all...] |
Completed in 6 milliseconds