标签: 3d matplotlib axes
我正在尝试更改3D中matplotlib图中轴的线宽。我试过了:
3D
matplotlib
"mpl.rcParams['axes.linewidth'] = 8" and "pl.rc("axes", linewidth=8.0)"
但它们都没有奏效。我会很感激任何建议。