How can i plot graphs using python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i plot graphs using python?

like getting a plot for sine function for different values

30th Oct 2018, 11:25 AM
Deepak Chekuri
2 Answers
+ 4
We can't do it on Sololearn, but on your PC, you can use matplotlib: https://matplotlib.org/users/pyplot_tutorial.html Don't forget to install the module first 😉
30th Oct 2018, 11:52 AM
Kishalaya Saha
Kishalaya Saha - avatar
+ 3
Try turtle module on web, it uses python script But notice that it uses py2, not py3
31st Oct 2018, 1:09 AM
Flandre Scarlet
Flandre Scarlet - avatar