import matplotlib.pyplot as plt from matplotlib.text import TextPath plt.scatter(range(3), range(3), marker=TextPath((0, 0), 'f', ...
確定! 回上一頁