Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2797c6

Browse files
timhoffmtacaswell
andauthored
Update galleries/examples/mplot3d/intersecting_planes.py
Co-authored-by: Thomas A Caswell <[email protected]>
1 parent a687720 commit d2797c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/examples/mplot3d/intersecting_planes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This examples demonstrates drawing intersecting planes in 3D. It is a generalization
77
of :doc:`/gallery/mplot3d/imshow3d.py`.
88
9-
Drawing intersecting planes in `mplot3d` is complicated, because `mplot3d` is not a
9+
Drawing intersecting planes in `.mplot3d` is complicated, because `.mplot3d` is not a
1010
real 3D renderer, but only projects the Artists into 3D and draws them in the right
1111
order. This does not work correctly if Artists overlap each other mutually. In this
1212
example, we lift the problem of mutual overlap by segmenting the planes at their

0 commit comments

Comments
 (0)