MathGroup Archive 1995

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

Search the Archive

Re: Graphic Bugs

  • To: mathgroup at christensen.cybernetics.net
  • Subject: [mg1206] Re: [mg1185] Graphic Bugs
  • From: Anthony Rebello <arebello at knox.edu>
  • Date: Tue, 23 May 1995 03:17:37 -0400

Hi Xah,
	Epilog evaluates after all other aspects of the plot have been 
evaluated, including determining the plot range.  Try Prolog.

On Mon, 22 May 1995, Xah Y Lee wrote:

> This may not be a bug technically, but at least it's something unexpected.
> PlotRange->All do not take any graphics in Epilog into account. For 
> example, the blue line in the code below will not show.
> 
> ParametricPlot[ {t, Sin@t}, {t,0,6},
>         Epilog->{Hue[.7], Line[{{-2,0},{-2,3}}]},
>         AspectRatio->Automatic,
>         PlotRange->All,
>         PlotStyle->{Hue[0],Hue[.7],Hue[.8]}
> ]
> 
>  Xah Lee       74631.731 at compuserve.com
>  Quote of the day:
>  God made man, the rest is the work of integers.       --A Chronicler.
> 
> 
> 


NUMBERS-ARE-THE-ROOT-OF-ALL-EVIL..NUMBERS_A
.                                         R              
L                                         E               
I             Anthony Rebello             |       
V              Knox  College              T                           
E             Math Department             H                 
|                                         E              
L                                         |      
LA-FO-TOOR-EHT-ERA-SREBMUN.LIVE-LLA-FO-TOOR



  • Prev by Date: Mesh
  • Next by Date: Re: Declaring Variables as Real?
  • Previous by thread: Re: Graphic Bugs
  • Next by thread: Re: Graphic Bugs