Skip to content

Commit ee9f0a9

Browse files
Fix docs
Implement dynamic clipping to axes box for 3D plots Make axlim_clip flag keyword only Updates test image test image restore Implement dynamic clipping to axes box for 3D plots Make axlim_clip flag keyword only Updates test image test image restore Implement dynamic clipping to axes box for 3D plots Make axlim_clip flag keyword only Updates test image test image restore Code review comments on 3D axlim clipping Code review comments on 3D axlim clipping
1 parent 01fada9 commit ee9f0a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/missing-references.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:212",
326326
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:251",
327327
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:46",
328-
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:44"
328+
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:43"
329329
],
330330
"matplotlib.collections._MeshData.set_array": [
331331
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:164",

doc/users/next_whats_new/3d_clip_to_axis_limits.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ will clip the data to the axes view limits, hiding all data outside those
66
bounds. This clipping will be dynamically applied in real time while panning
77
and zooming.
88

9-
Please note that if one vertex of a line segment or 3D patch is clipped, the
10-
entire segment or patch will be hidden. Not being able to show partial lines
11-
or patches such that they are "smoothly" cut off at the boundaries of the view
12-
box is a limitation of the current renderer.
9+
Please note that if one vertex of a line segment or 3D patch is clipped, then
10+
the entire segment or patch will be hidden. Not being able to show partial
11+
lines or patches such that they are "smoothly" cut off at the boundaries of the
12+
view box is a limitation of the current renderer.
1313

1414
.. plot::
1515
:include-source: true

0 commit comments

Comments
 (0)