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
When enlarging 3D plots with ax.set_box_aspect(None, zoom=zoom), there is a mismatch between the limits of rendering data and the axis planes. These should be aligned.
The text was updated successfully, but these errors were encountered:
scottshambaugh
changed the title
[Bug]: Data clip box not aligned with axis planes when
[Bug]: Data clip box not aligned with axis planes when 3d plot box aspect is enlargened
Jul 19, 2022
scottshambaugh
changed the title
[Bug]: Data clip box not aligned with axis planes when 3d plot box aspect is enlargened
[Bug]: 3D artist clipbox is more restrictive than axis panes/ticks/spines/lables
Apr 2, 2025
scottshambaugh
changed the title
[Bug]: 3D artist clipbox is more restrictive than axis panes/ticks/spines/lables
[Bug]: 3D artist clipbox cuts off data sooner than axis panes/spines/etc
Apr 2, 2025
Bug summary
When enlarging 3D plots with
ax.set_box_aspect(None, zoom=zoom)
, there is a mismatch between the limits of rendering data and the axis planes. These should be aligned.Code for reproduction
Actual outcome
Expected outcome
I would expect either the corners of the plotted box to be included, or the corners of the axis planes to be cut off. Ideally the first one.
Additional information
Stackoverflow with the same issue: https://stackoverflow.com/questions/74733826/matplotlib-invisible-margins-cutting-off-3d-plot-data
Operating system
No response
Matplotlib Version
3.6.0.dev2960+g51ce6776b1
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
No response
The text was updated successfully, but these errors were encountered: