Group Abstract Group Abstract

Message Boards Message Boards

How can I draw an arrow from a function of x to the y axis?

Posted 12 years ago

Given a curve like this with a slider for x:

Manipulate[   
 f[x_] := .5*2 x^2;    
 Plot[{f[x]}, {x, 0, 1}],    
 {{x, .5, "X"}, 0, 1, .01}    
 ] 

How can I draw a horizontal arrow from the curve at the current value of x to the y axis with the y value text on the arrow.
Thank you. Joe Rimback

POSTED BY: Joe Rimback
2 Replies
POSTED BY: David Reiss
Posted 12 years ago
POSTED BY: Joe Rimback
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard