MathGroup Archive 2002

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

Search the Archive

not scalable graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg32841] not scalable graphics
  • From: Jari Curty <jabidof at yahoo.fr>
  • Date: Fri, 15 Feb 2002 02:49:39 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear Mathgroup,

I am trying to generate non scalable graphics (the object dimensions are 
ABSOLUTE and do not change with the image size) just like the arrows in the 
Graphics`Arrow` package. See the arrows in the following help browser 
example:

    	Show[Graphics[
    	    Table[Arrow[{0, 0}, x {Sin[x], Cos[x]},
          	    HeadScaling -> Absolute],
     	  {x, 0, 2 Pi, .3}]
    	], PlotRange -> All]

What is the right way to do it. I tried all I could from the built-in 
function and from the add-ons but I have the feeling that the answer lies in 
the Postscript[] function. Am I right? Anybody's got a hint?

Thanks very much for your appreciated help.

Jari


  • Prev by Date: A Learning TableForm Problem
  • Next by Date: Re: RSolve
  • Previous by thread: Re: A Learning TableForm Problem
  • Next by thread: Very urgent problem...PLEASE help me!