Lines Matching refs:ax
176 ax = axs
178 ax = axs[i]
180 ax = axs[i, j]
185 ax.set_title(title, y=0.97, backgroundcolor="white")
186 ax.set_xlabel('Coding performance (MTex/s)')
187 ax.set_ylabel('PSNR (dB)')
197 ax.set_title("%s vs. %s" % (title, tag), y=0.97, backgroundcolor="white")
198 ax.set_xlabel('Performance scaling')
199 ax.set_ylabel('PSNR delta (dB)')
213 ax.scatter([xp],[yp], s=16, marker=mp,
218 ax.legend(loc="lower right")
224 ax = axs
226 ax = axs[i]
228 ax = axs[i, j]
230 ax.grid(ls=':')
233 ax.set_xlim(left=limits[0][0], right=limits[0][1])
235 ax.set_ylim(bottom=limits[1][0], top=limits[1][1])