MathGroup Archive 2007

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

Search the Archive

Re: Epilog in ListLogPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81459] Re: [mg81433] Epilog in ListLogPlot
  • From: DrMajorBob <drmajorbob at bigfoot.com>
  • Date: Sun, 23 Sep 2007 21:22:15 -0400 (EDT)
  • References: <26723415.1190537995320.JavaMail.root@m35>
  • Reply-to: drmajorbob at bigfoot.com

That's an annoying "feature"! But here's a fix:

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

Bobby

On Sun, 23 Sep 2007 03:33:10 -0500, Bruce Colletti <vze269bv at verizon.net>  
wrote:

> Re 6.0.1 under WinXP.
>
> 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?
>
> Thankx.
>
> Bruce
>
>
>
>



-- 

DrMajorBob at bigfoot.com


  • Prev by Date: Re: Epilog in ListLogPlot
  • Next by Date: Re: Any Mathematica 6 book yet?
  • Previous by thread: Re: Epilog in ListLogPlot
  • Next by thread: Re: Epilog in ListLogPlot