Axes.grid() is not honoring a provided custom zorder. ... import matplotlib.pyplot as plt ax = plt.gca() ax.grid(lw=30, ls="-", zorder=-10) ...
確定! 回上一頁