+ 9
How can I change x Axis to range -10 to 10
4 odpowiedzi
+ 4
Mihai Apostol not yet
see code
+ 3
plt.xlim(-10, 10)
+ 3
shouldn't it be like this
plt.xlim([-10, 10])?
https://stackoverflow.com/questions/29337123/how-to-change-the-range-of-the-x-axis-and-y-axis-in-matlibplot
+ 3
Rohit nope....same result