Search found 1 match

by jfa1211
Fri Jan 06, 2023 10:56 pm
Forum: General Discussion
Topic: Basic Matplotlib Issues
Replies: 0
Views: 17620

Basic Matplotlib Issues

Evening all, I'm new to Python and having issues just going through basic Matplotlib examples. Any assistance would be hugely appreciated! Simple code copied: import matplotlib.pyplot as plt plt.plot([1, 2, 3, 4], [1, 4, 9, 16]) plt.ylabel('y numbers') ply.xlabel('x numbers') plt.show() I'm getting ...

Go to advanced search