Skip to content

Commit 78e0c64

Browse files
authored
[Doc] boxplot type
and->are
1 parent b600026 commit 78e0c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3624,7 +3624,7 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
36243624
36253625
patch_artist : bool, default: False
36263626
If `False` produces boxes with the Line2D artist. Otherwise,
3627-
boxes and drawn with Patch artists.
3627+
boxes are drawn with Patch artists.
36283628
36293629
labels : sequence, optional
36303630
Labels for each dataset (one per dataset).

0 commit comments

Comments
 (0)