Graphic Bugs
- To: mathgroup at christensen.cybernetics.net
- Subject: [mg1185] Graphic Bugs
- From: Xah Y Lee <xyl10060 at fhda.edu>
- Date: Mon, 22 May 1995 01:12:43 -0400
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.