MathGroup Archive 2010

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

Search the Archive

How to combine graphics pimitives and Plot function?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107011] How to combine graphics pimitives and Plot function?
  • From: a boy <a.dozy.boy at gmail.com>
  • Date: Sun, 31 Jan 2010 07:53:25 -0500 (EST)

points = RandomReal[{-1, 1}, {100, 2}]
Graphics[{Red, Line[points], Plot[Sin[x], {x, -10 Pi, 10 Pi}]},
 Axes -> True]

The code doesn't work. how to draw them together? ImageCompose ?



  • Prev by Date: Re: position of sequence of numbers in list
  • Next by Date: solving equations with BitXor
  • Previous by thread: Prime Rotating Diagram
  • Next by thread: solving equations with BitXor