我知道在 matplotlib 中,您可以使用 rc 或 rcParams 来自定义绘图样式。然而,这些函数似乎存在于两个层次,比如 matplotlib.rc 与 matplotlib.pyplot.rc,或 matplotlib.rcParams 与 matplotlib.pyplot.rcParams。这些对在实践中是等效的功能吗?
python matplotlib
matplotlib ×1
python ×1