You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we can get non-square axes in axes3D based on a simple hack from http://stackoverflow.com/a/10328142/2135095, by editing the get_proj function inside site-packages\mpl_toolkits\mplot3d\axes3d.py:
Currently, we can get non-square axes in axes3D based on a simple hack from http://stackoverflow.com/a/10328142/2135095, by editing the
get_proj
function inside site-packages\mpl_toolkits\mplot3d\axes3d.py:then in the code we can set the axes manually:
it would be great if we can have some generic solution to achieve non-square axes.
The text was updated successfully, but these errors were encountered: