Graphic Size
- To: mathgroup at smc.vnet.net
- Subject: [mg25522] Graphic Size
- From: "daniel wild" <daniel.wildpub at freesbee.fr>
- Date: Thu, 5 Oct 2000 23:50:42 -0400 (EDT)
- Organization: Wanadoo, l'internet avec France Telecom
- Sender: owner-wri-mathgroup at wolfram.com
Hi!
I try to print a graphic wich has 1 (exactly) cm for unit in the x-axe and
the y-axe. How can I do ? I have try things like this :
xdim={-9,9}
Taille:=(xdim[[2]]-xdim[[1]])*72/2.54
Plot[f[x],{x,xdim[[1]],xdim[[2]]},AspectRatio->Automatic,
PlotRange->{-9,9},Axes->False,ImageSize->Taille]
...but unsuccessfully !
Thank you