place a point on a graph
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
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...
Asked: 2018-03-14 16:12:20 +0100
Seen: 421 times
Last updated: Mar 14 '18
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.