import numpy as np import matplotlib.pyplot as plt fig = plt.figure() ax ... width = 0.35 # the width of the bars ## the bars rects1 = ax.bar(ind, menMeans, ...
確定! 回上一頁