matplotlib 使用 2D图属性: import pandas as pd import matplotlib.pyplot as plt import numpy as np import warnings warnings.filterwarnings('ignore') # 设置风格 plt.style.use('ggplot'……