MathGroup Archive 2002

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

Search the Archive

Re: Flickering Graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35846] Re: [mg35823] Flickering Graphics
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Sat, 3 Aug 2002 00:16:43 -0400 (EDT)
  • References: <200208020642.CAA12748@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

The resulting graphic shows immediately on my display and, no, no flickering
at all.

In[1]:=
ListDensityPlot[Table[Sign[BitAnd[x,y]],{x,127},{y,127}]];//Timing

Out[3]=
{0.16 Second,Null}

Probably, as you surmise, there is something with your monitor and/or
graphics card.

Tomas Garza
Mexico City
----- Original Message -----
From: "Ersek, Ted R" <ErsekTR at navair.navy.mil>
To: mathgroup at smc.vnet.net
Subject: [mg35846] [mg35823] Flickering Graphics


> Hello  Math Group,
>
> The line below is from the 'Extra Examples' in the help browser for the
> BitAnd function.
> On my computer the resulting graphic flickers rapidly.
> Do others have the same results, and does anyone have an explanation for
the
> flickering?
> I suspect this is demonstrating a limitation of my monitor/graphics card.
>
> In[1] :=
>    ListDensityPlot[Table[Sign[BitAnd[x,y]],{x,127},{y,127}]];
>
> -----
> Regards,
> Ted Ersek
>
>



  • Prev by Date: Re: Flickering Graphics
  • Next by Date: RE: Setting up dummy variables
  • Previous by thread: Re: Flickering Graphics
  • Next by thread: Re: Flickering Graphics