Skip to content

Commit 12ba10d

Browse files
Apply suggestions from code review
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 76eff4a commit 12ba10d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/users/next_whats_new/fill_between_3d.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
Fill between 3D lines
22
---------------------
33

4-
The `.Axes.fill_between` method has been extended to 3D, allowing to fill the
5-
surface between two 3D lines with polygons through the `.Axes3D.fill_between`
6-
function.
4+
The new method `.Axes3D.fill_between` allows to fill the surface between two
5+
3D lines with polygons.
76

87
.. plot::
98
:include-source:
10-
:alt: Example of fill_between
9+
:alt: Example of 3D fill_between
1110

1211
N = 50
1312
theta = np.linspace(0, 2*np.pi, N)

0 commit comments

Comments
 (0)