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?