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: [mg97157] Re: [mg97080] Epilog doesn't work with loglinearplot
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Fri, 6 Mar 2009 04:28:29 -0500 (EST)
  • Reply-to: hanlonr at cox.net

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

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


Bob Hanlon

---- wiso <gtu2003 at alice.it> wrote: 

=============
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: Expiry warning breaks Workbench
  • Next by Date: Re: Epilog doesn't work with loglinearplot
  • Previous by thread: Re: Epilog doesn't work with loglinearplot
  • Next by thread: Re: Epilog doesn't work with loglinearplot