Ask Your Question
0

place a point on a graph

asked 2018-03-14 16:12:20 +0200

Stu gravatar image

I 've got a graph as it is shown below:

plot(f(x),-10,5 )

And I would like to place a point on (x,f(x))=(t_0,y_0)=(1,-1), with labels. How can I do that please?

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-03-14 22:13:06 +0200

vdelecroix gravatar image

There are a lot of different functions for plotting, not only plot. In your situation there is point (or point2d) and text (or text2d). Both of them are documented at http://doc.sagemath.org/html/en/refer...

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-03-14 16:12:20 +0200

Seen: 259 times

Last updated: Mar 14 '18