Quantcast
Channel: Uncategorized - Matplotlib
Viewing all articles
Browse latest Browse all 52

TypeError: stem() got an unexpected keyword argument 'use_line_collection'

$
0
0

plt.subplot(122); plt.stem(x, y, use_line_collection=True)
I have the above error after running this code. I am using Python3.12 and have updated matplotlib to version 3.8.3. How can I solve this problem

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 52

Trending Articles