在 matplotlib 中,有几种常见的方法来创建 axes 对象: 使用 subplots 函数: import matplotlib.pyplot as plt fig, ax = plt.subplots()