MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Mathematica Help

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86200] Re: Mathematica Help
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 6 Mar 2008 02:55:18 -0500 (EST)
  • References: <fqlmpf$jf2$1@smc.vnet.net>

Hi,

1000 possible solutions, here is one

Manipulate[
  Plot[Sin[x], {x, 0, 2 Pi},
   Epilog -> {Text["Moving text.", p, {-1, -1}]}
   ],
  {{p, {0, 0}}, Locator}
  ]

Regards
   Jens


Sharon Rad wrote:
> Hi,
> I've got this mail from the net..
> My name is Sharon Rad, I'm a 4th year student for material Engineering 
> at Ben-Gurion University in Israel.
> As a part of my engineer project I am to bulid a model in Mathematica 
> (Creep model of Ti alloy)
> I've done so, and all I have left to do is to draw a text in each of my 
> curves (which can move with "Manipulate")
> Would you be able to help me with this Matter? I have Mathematica 6 and, 
> if possible, I will send you the file.
> I've tried to figure it out myself with no luck.
> I Hope you can assist me.
> Thank you in advance,
> Sharon Rad.
> Israel
> 


  • Prev by Date: How to introduce new hot keys?
  • Next by Date: Re: 64-bit problems with Mac version
  • Previous by thread: Mathematica Help
  • Next by thread: 64-bit problems with Mac version