import numpy as np import matplotlib.pyplot as plt fig = plt.figure() ax ... rects2 = ax.bar(ind+width, womenMeans, width, color='red', yerr=womenStd, ...
確定! 回上一頁