MathGroup Archive 2007

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

Search the Archive

Re: Epilog in ListLogPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81448] Re: Epilog in ListLogPlot
  • From: Bill Rowe <readnewsciv at sbcglobal.net>
  • Date: Sun, 23 Sep 2007 21:16:38 -0400 (EDT)

On 9/23/07 at 4:33 AM, vze269bv at verizon.net (Bruce Colletti) wrote:

>Consider the code:

>X = {{2, 4}, {9, 5}, {12, 13}};
>ListPlot[X, Epilog -> {Red, Point@{4, 6}}]
>ListLogPlot[X, Epilog -> {Red, Point@{7, 7}}]

>Helptext says ListLogPlot has ListPlot's options.

>Unlike Plot #1, why doesn't the red dot appear in Plot #2?

Try

ListLogPlot[X, Epilog -> {Red, Point@{7, Log[7]}}]

Does this answer your question?
--
To reply via email subtract one hundred and four


  • Prev by Date: simple question about plot/evaluate
  • Next by Date: Re: Epilog in ListLogPlot
  • Previous by thread: Re: Epilog in ListLogPlot
  • Next by thread: Re: Epilog in ListLogPlot