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.
2 parents 64cda24 + 172f67e commit bc2a816Copy full SHA for bc2a816
1 file changed
galleries/examples/mplot3d/intersecting_planes.py
@@ -12,7 +12,7 @@
12
example, we lift the problem of mutual overlap by segmenting the planes at their
13
intersections, making four parts out of each plane.
14
15
-This examples only works correctly for planes that cut each other in haves. This
+This examples only works correctly for planes that cut each other in halves. This
16
limitation is intentional to keep the code more readable. Cutting at arbitrary
17
positions would of course be possible but makes the code even more complex.
18
Thus, this example is more a demonstration of the concept how to work around
0 commit comments