[Matplotlib-users] questions about changing coordinate position in 3D plotting

Benjamin Root ben.v.root at gmail.com
Sat Jun 15 17:47:47 EDT 2019


the mplot3d code uses a heuristic to determine which edges of the "cube" to
use for axis and tick labelling. If you rotate the scene a bit, you'll find
that the axis labels will move. Unfortunately, this logic is hard-coded and
not very flexible at the moment. The code resides in axis3d.py, if I
remember correctly.

Ben Root

On Sat, Jun 15, 2019 at 4:10 AM 谢瑾博 <xiejinbo at mail.iap.ac.cn> wrote:

> Dear Users,
> I have a question regarding the positioning of the coordinate. As you can
> see in this picture, the z-coordinate is on the right edge of the figure.
> While my need is to put it on the left edge (another face also). I wonder
> how this can be achieved?
> yours,
> Jinbo
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users at python.org
> https://mail.python.org/mailman/listinfo/matplotlib-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20190615/ce307d2b/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1560585005768.png
Type: image/png
Size: 181200 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20190615/ce307d2b/attachment-0001.png>


More information about the Matplotlib-users mailing list