graphics rendering glitch?
- To: mathgroup at smc.vnet.net
- Subject: [mg22643] graphics rendering glitch?
- From: Gianluca Gorni <gorni at dimi.uniud.it>
- Date: Thu, 16 Mar 2000 09:11:00 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hello!
Working on a Mac with Mathematica 4 I have noticed that graphics primitives
contained in a GraphicsArray object do not obey the PlotRange instructions,
but spill over into neighbouring plots. For example try this:
c = Graphics[{Circle[{0, 0}, 1]}, PlotRange -> {{0, 1}, {0, 1}}];
Show[GraphicsArray[{c, c}]];
The spillover does not occur in the Export[]'ed versions. So I guess
it is just one more quirk of the front end rendering.
I wonder if and when we are going to get a version of the Mac front
end that takes full advantage of the graphics engine of the upcoming
MacOS X.
Regards,
Gianluca Gorni
--
+---------------------------------+
| Gianluca Gorni |
| Universita` di Udine |
| Dipartimento di Matematica |
| e Informatica |
| via delle Scienze 208 |
| I-33100 Udine UD |
| Italy |
+---------------------------------+
| Ph.: (39) 0432-558422 |
| Fax: (39) 0432-558499 |
| mailto:gorni at dimi.uniud.it |
| http://www.dimi.uniud.it/~gorni |
+---------------------------------+
- Follow-Ups:
- Re: graphics rendering glitch?
- From: Hartmut Wolf <hwolf@debis.com>
- Re: graphics rendering glitch?