Axes3D Data Labels and Plot Limits

后端 未结 1 1515
一生所求
一生所求 2021-01-20 03:53

Below is a small snippet the illustrates the problem I\'m having related to the size of the cube used in an Axes3D instance from matplotlib and the cutting off of axis label

相关标签:
1条回答
  • 2021-01-20 04:25

    change the distance - ax.dist - like this:

    ax.dist = 15
    
    0 讨论(0)
提交回复
热议问题