Hello,
Is it normal that i can't plot in a function ?
Without a function:
With a function:
Thanks in advance !
1 | initial version |
Hello,
Is it normal that i can't plot in a function ?
Without a function:
With a function:
Thanks in advance !
2 | No.2 Revision |
Hello,
Is it normal that i can't plot in a function ?
Without a function:
plot(point([1, 1]))
With a function:
def toto():
plot(point([1, 1]))
toto()
Thanks in advance !