Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a687720 commit d2797c6Copy full SHA for d2797c6
galleries/examples/mplot3d/intersecting_planes.py
@@ -6,7 +6,7 @@
6
This examples demonstrates drawing intersecting planes in 3D. It is a generalization
7
of :doc:`/gallery/mplot3d/imshow3d.py`.
8
9
-Drawing intersecting planes in `mplot3d` is complicated, because `mplot3d` is not a
+Drawing intersecting planes in `.mplot3d` is complicated, because `.mplot3d` is not a
10
real 3D renderer, but only projects the Artists into 3D and draws them in the right
11
order. This does not work correctly if Artists overlap each other mutually. In this
12
example, we lift the problem of mutual overlap by segmenting the planes at their
0 commit comments