MathGroup Archive 2005

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

Search the Archive

Re: Importing from Adobe Illustrator

  • To: mathgroup at smc.vnet.net
  • Subject: [mg61632] Re: [mg61615] Importing from Adobe Illustrator
  • From: ggroup at sarj.ca
  • Date: Mon, 24 Oct 2005 01:44:28 -0400 (EDT)
  • References: <200510230946.FAA10847@smc.vnet.net>
  • Reply-to: ggroup at sarj.ca
  • Sender: owner-wri-mathgroup at wolfram.com

On Sunday, October 23, 2005 at 05:46 GMT -0400, Ben Kovitz wrote:

> BTW, what I *really* want to do is take some Mathematica output, draw 
> little "callout" arrows and remarks around it, and put the result back 
> into a Mathematica notebook.  Is there some much superior way to do 
> this, that bypasses exporting and importing?

For the arrows, you can use the Graphics`Arrow` package.  For example:

Needs["Graphics`Graphics`"]
Needs["Graphics`Arrow`"]
DisplayTogether[
  Plot[Sin[x], {x, 0, 2.5 Pi}],
  Graphics[{Arrow[{1.3, 0.5}, {Pi/2, 1}, HeadScaling -> 
  Relative], Text["A Peak!", {1.3, 0.5}, {0, 1}]}]]


  • Prev by Date: Running the kernel command line with additional input files
  • Next by Date: Re: Typographical niceties
  • Previous by thread: Importing from Adobe Illustrator
  • Next by thread: Re: Importing from Adobe Illustrator