Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~77 People Reached
Favorite Forums
Favorite Tags
Member Avatar for aryan.9001

[CODE] import matplotlib.pyplot as plt for c in range(-21,21): for i in range(0,20): print c,i plt.plot([c],[i],'r.') plt.show() plt.clf() print 10000[/CODE] i am new to python what i want to do is plot the graph and after plotting clear it and print 10000 .. but it is not clearing the plot …

Member Avatar for rahul8590
0
77