MathGroup Archive 2000

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

Search the Archive

Re: front end graphics display

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25732] Re: front end graphics display
  • From: "Joshua A. Solomon" <J.A.Solomon at city.ac.uk>
  • Date: Sat, 21 Oct 2000 14:42:45 -0400 (EDT)
  • Organization: City University
  • References: <8se99a$6fl@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

This bug (and it is a bug) was fixed in v 4.0.2.

js
-- 
Joshua A. Solomon
Department of Optometry and Visual Science
City University
London EC1V 0HB
Voice: (44) 20 7477 0192
Secretary/Fax: (44) 20 7477 0182
J.A.Solomon at city.ac.uk
http://vision.arc.nasa.gov/personnel/jsolomon

----------
In article <8se99a$6fl at smc.vnet.net>, Gianluca Gorni <gorni at dimi.uniud.it>
wrote:


>
> Hello!
>
> I have met an odd behaviour of the graphics display of my
> Mathematica Front End 4.0 for PowerMac.
>
> Consider the following:
>
> rects[n_] :=
>   Show[GraphicsArray[a =
>      Graphics[Raster[Array[0 &, {n, n}]]]; {a, a}]]
>
> This should show up as two black rectangles side by side.
>
> rects[124] behaves as expected, but rects[125] only the
> rectangle on the left is visible. If I click on the graphics,
> I see that space is left for the other rectangle. If I Export[]
> the picture as eps and view it in other applications, both
> rectangles are there all right.
>
> It seems that it is a Front End problem.
>
> Best 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 |
>  +---------------------------------+


  • Prev by Date: Text in graphics
  • Next by Date: Re: Using results of "Solve"
  • Previous by thread: Re: front end graphics display
  • Next by thread: Re: Displaying 3D data as 2D + color ?