import matplotlib.pyplot as plt import numpy as np x=np.linspace(-5,5,100) plt.plot(x,np.sin(x)) plt.xlabel("axe des absesse") | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

import matplotlib.pyplot as plt import numpy as np x=np.linspace(-5,5,100) plt.plot(x,np.sin(x)) plt.xlabel("axe des absesse")

He guys . Please where I can execute like this cods it's about graphs and the numpy library

6th Jun 2022, 12:04 PM
Ilham AZALAM
Ilham AZALAM - avatar
3 Answers
+ 1
In ms visual studio code. https://code.visualstudio.com/Download
6th Jun 2022, 12:10 PM
JaScript
JaScript - avatar
+ 1
Thanks
6th Jun 2022, 12:16 PM
Ilham AZALAM
Ilham AZALAM - avatar
+ 1
I think this can also run on sololearn. You can also try online platforms like: - kaggle - Google colab notebooks
6th Jun 2022, 5:29 PM
Sandeep
Sandeep - avatar