MathGroup Archive 2009

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

Search the Archive

RE: Epilog doesn't work with loglinearplot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg97123] RE: [mg97080] Epilog doesn't work with loglinearplot
  • From: "David Park" <djmpark at comcast.net>
  • Date: Fri, 6 Mar 2009 04:22:22 -0500 (EST)
  • References: <5196431.1236247101036.JavaMail.root@m02>

LogLinearPlot[x, {x, 1, 10}, 
 Epilog -> Line[{{Log[4], 0}, {Log[4], 10}}]]


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/  



From: wiso [mailto:gtu2003 at alice.it] 

I've have a problem with loglinearplot

Plot[x, {x, 1, 10}, Epilog -> Line[{{4, 0}, {4, 10}}]]

Ok, I see the line

LogLinearPlot[x, {x, 1, 10}, Epilog -> Line[{{4, 0}, {4, 10}}]]

why I don't see the line? Can someone suggest an alternative method to 
superimpose a line over a loglinearplot?





  • Prev by Date: financial chart with volumes
  • Next by Date: Re: "Do What I Mean" - a suggestion for improving
  • Previous by thread: Re: Epilog doesn't work with loglinearplot
  • Next by thread: Re: Epilog doesn't work with loglinearplot