Why this code shows "no output " I am confused | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why this code shows "no output " I am confused

import matplotlib.pyplot as plt import pandas as pd x=[1,2,3,4] y=[2,3,4,5] plt.xlable= x plt.ylable= y plt.scatter(x , y) #c=df['Pclass']) plt.show()

5th Nov 2020, 7:46 AM
Prathamesh Kulkarni
2 Answers
+ 3
because gui doesnt run in sololearn. just checked it works in pydroid just fine
5th Nov 2020, 8:14 AM
Slick
Slick - avatar
+ 1
Slick Thanks sir 😊
5th Nov 2020, 8:48 AM
Prathamesh Kulkarni