Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Plot in a function

Hello,

Is it normal that i can't plot in a function ?

Without a function:

image description

With a function:

image description

Thanks in advance !

Plot in a function

Hello,

Is it normal that i can't plot in a function ?

Without a function:

plot(point([1, 1]))

image description

With a function:

def toto():
    plot(point([1, 1]))
toto()

image description

Thanks in advance !