Group Abstract Group Abstract

Message Boards Message Boards

How to produce a graphic with absolute size?

Posted 12 years ago

Does anyone know how to get Mathematica to output a graphic at an absolute size?

We can specify sizes in printers points, so 72 x n = n inches. How, for example, could I draw several 3 inch diameter circles at absolute positions in an 8.5 x 11 inch graphic, then export it to a tif or jpg or pdf in such a manner that when it is printed it will be exactly as designed?

Best, David

POSTED BY: David Keith
4 Replies
Posted 12 years ago

Thank you -- that helps. I've had good success with this.

POSTED BY: David Keith
POSTED BY: Szabolcs Horvát
Posted 12 years ago

Thanks -- exactly what I needed.

POSTED BY: David Keith

Try this:

a = 72; Graphics[{Circle[{0, 0}, 3 a]}, PlotRange -> {{-4.25 a, 4.25 a}, {-5.5 a, 5.5 a}}]
POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard