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

Skip to content

Commit 1f36892

Browse files
committed
MNT: add a comment about label_naming in plot(...)
1 parent 85d0e74 commit 1f36892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
12461246
return colls
12471247

12481248
#### Basic plotting
1249+
# The label_naming happens in `matplotlib.axes._base._plot_args`
12491250
@unpack_labeled_data(replace_all_args=True, label_namer=None)
12501251
@docstring.dedent_interpd
12511252
def plot(self, *args, **kwargs):

0 commit comments

Comments
 (0)