MathGroup Archive 2002

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

Search the Archive

Re: Flickering Graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35832] Re: [mg35823] Flickering Graphics
  • From: jmt <jmt at dxdydz.net>
  • Date: Sat, 3 Aug 2002 00:16:13 -0400 (EDT)
  • References: <200208020642.CAA12748@smc.vnet.net>
  • Reply-to: jmt at dxdydz.net
  • Sender: owner-wri-mathgroup at wolfram.com

ListDensityPlot has a default option Mesh->True.
Since the mesh is drawn after the density plot itself, the rendering makes 
the graphic flicker and finally turn black with the default ImageSize.

Try with a much bigger ImageSize, or with Mesh->False.

I tried 
ImageSize->4096,Mesh->True : perfect, but huge ...
and 
Mesh->False : usual size image, expected graphics.


On Friday 02 August 2002 08:42, Ersek, Ted R wrote:
> 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: notebooks and os chrash
  • Next by Date: Re: Flickering Graphics
  • Previous by thread: Flickering Graphics
  • Next by thread: Re: Flickering Graphics