Post Reply 
Python: How to Show a Plot
05-09-2021, 06:29 PM
Post: #1
Python: How to Show a Plot
This is what I have so far:

Code:
from matplol import *
# scatter plot
axis((0,0,10,10))
grid(True)
plot(1,1)
xlist=[1,2,3,4,5]
ylist=[7,8,9,8,7]
show()

Nothing is shown.

Software Version 5/5/2021 (2.1.14588) - Hardware Version D
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Python: How to Show a Plot - Eddie W. Shore - 05-09-2021 06:29 PM
RE: Python: How to Show a Plot - ace - 05-09-2021, 08:28 PM
RE: Python: How to Show a Plot - rprosperi - 05-09-2021, 11:43 PM
RE: Python: How to Show a Plot - tcab - 05-09-2021, 11:43 PM
RE: Python: How to Show a Plot - ace - 05-10-2021, 05:35 AM
RE: Python: How to Show a Plot - robmio - 05-10-2021, 07:34 PM



User(s) browsing this thread: 1 Guest(s)