Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to define y=constant function to plot

Hi!

I'm newbe with SageMath and i would like to make an y=constant function to plot but i don't find a way to do it.

I can do x=constant functions plot easily:

c=1 plot(c, (x,-2,2))

But how can I do y=constant if it is possible!?

Thanks!