我试图在matplotlib的3d视图中移动轴标签的位置。我尝试过test
和my $sql="INSERT INTO comp (Nave) SELECT Name from test WHERE test.id=comp.id";
。两者似乎都没有效果。
我想将t / T_L从标签刻度移开。怎么做?
答案 0 :(得分:1)
3D绘图中的标签填充与2D绘图的工作方式不同。
如this answer所示,您可以使用labelpad
设置ax.xaxis._axinfo['label']['space_factor']
。它不是特别漂亮,但它确实有效。
ax.xaxis._axinfo['label']['space_factor'] = 2.8