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
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