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

Skip to content

Commit 05ea24b

Browse files
committed
Add EXPERIMENTAL note to Axes3D.tricontour[f] docs
1 parent 10c1105 commit 05ea24b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,6 +2003,9 @@ def tricontour(self, *args, **kwargs):
20032003
20042004
.. versionchanged:: 1.3.0
20052005
Added support for custom triangulations
2006+
2007+
EXPERIMENTAL: This method currently produces incorrect output due to a
2008+
longstanding bug in 3D PolyCollection rendering.
20062009
"""
20072010

20082011
extend3d = kwargs.pop('extend3d', False)
@@ -2088,6 +2091,9 @@ def tricontourf(self, *args, **kwargs):
20882091
20892092
.. versionchanged :: 1.3.0
20902093
Added support for custom triangulations
2094+
2095+
EXPERIMENTAL: This method currently produces incorrect output due to a
2096+
longstanding bug in 3D PolyCollection rendering.
20912097
"""
20922098
zdir = kwargs.pop('zdir', 'z')
20932099
offset = kwargs.pop('offset', None)

0 commit comments

Comments
 (0)