MathGroup Archive 2012

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

Search the Archive

Re: Plotting vectors on a linear function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125966] Re: Plotting vectors on a linear function
  • From: Tomas Garza <tgarza10 at msn.com>
  • Date: Tue, 10 Apr 2012 02:28:50 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201204090935.FAA28511@smc.vnet.net>

You mean something like this?
Plot[1-x,{x,0,1},PlotStyle->{Red,Thickness[0.005]},Epilog->{Blue,Table[Arrow[{{x,1-x},1.3{x,1-x}}],{x,0.1,0.9,0.1}]},PlotRange->{{0,1.3},{0,1.3}},Ticks->None]
-Tomas

> Date: Mon, 9 Apr 2012 05:35:20 -0400
> From: clmnsbchn at gmail.com
> Subject: Plotting vectors on a linear function
> To: mathgroup at smc.vnet.net
>
> Hi all,
>
> I am trying to plot a linear function (y=1-x) together in one graph with a bunch of vectors, which have their tails on the function. A bit like in this example here: http://pic.twitter.com/GRfhjPRP
>
> Anyone any idea? Much appreciated!
>
> Best
> CD
>


  • Prev by Date: Re: Plotting vectors on a linear function
  • Next by Date: Unable to use Combinatorica Package from Adjacent Matrix
  • Previous by thread: Re: Plotting vectors on a linear function
  • Next by thread: Re: Plotting vectors on a linear function