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

Skip to content

Commit 9aa02ec

Browse files
authored
Update _axes.py
Remove carriage returns....
1 parent 6d6c786 commit 9aa02ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2640,8 +2640,8 @@ def stem(self, *args, linefmt=None, markerfmt=None, basefmt=None, bottom=0,
26402640
else:
26412641
cbook._warn_external(
26422642
'In Matplotlib 3.3 individual lines on a stem plot will be '
2643-
'added as a LineCollection instead of individual lines.\n'
2644-
'This significantly improves the performance of a stem plot.\n'
2643+
'added as a LineCollection instead of individual lines. '
2644+
'This significantly improves the performance of a stem plot. '
26452645
'To remove this warning and switch to the new behaviour, '
26462646
'set the "use_line_collection" keyword argument to True.')
26472647
stemlines = []

0 commit comments

Comments
 (0)