MathGroup Archive 1998

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

Search the Archive

Re: Graphic bug in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg13424] Re: Graphic bug in Mathematica
  • From: "Allan Hayes" <hay at haystack.demon.cc.uk>
  • Date: Thu, 23 Jul 1998 03:33:22 -0400
  • References: <6ourio$jft@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Andrzej Kozlowski wrote in message <6ourio$jft at smc.vnet.net>...
.............
>The bug (bugs) can be summarized like this: Dashing[] before a Point[]
>will kill the point when using Show or Display["stdout",graphic]. Here
>is a simple example:
>
>g1=Graphics[{Dashing[{0.01}],
>Line[{{-1,1},{2,1}}],PointSize[0.1],Point[{0,0}]},PlotRange->All];Show[g1]
>
>If you evaluate it in either Mathematica 2 or 3 you will see that the
>point is not drawn. Putting the Point before Dashing makes the point
>display properly.
............

The point is drawn on my machine running

Windows 98 and

In[1]
$Version

Out[1]=
"Microsoft Windows 3.0 (April 25, 1997)"

------------------------------------------------------------- 
Allan Hayes
Training and Consulting
Leicester UK
http://www.haystack.demon.co.uk
hay at haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44(0)116 271 8642



  • Prev by Date: plotting findroot
  • Next by Date: Re: PDF (not the format, the function).
  • Previous by thread: Graphic bug in Mathematica
  • Next by thread: RE: Graphic bug in Mathematica