Post Reply 
Python: How to Show a Plot
05-10-2021, 07:00 PM
Post: #8
RE: Python: How to Show a Plot
(05-10-2021 05:50 PM)roadrunner Wrote:  I don't have the beta installed so i can't try it, but wouldn't you need something like:

from matplotl import * as plt

and then

plt.grid(True)
plt.plot(xlist,ylist)
...etc?

In Python on other machines, if you leave off the "as plt" clause, you don't need the qualifier plt in front of the function names.

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
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 - toml_12953 - 05-10-2021 07:00 PM
RE: Python: How to Show a Plot - robmio - 05-10-2021, 07:34 PM



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