Epilog doesn't work with loglinearplot
- To: mathgroup at smc.vnet.net
- Subject: [mg97080] Epilog doesn't work with loglinearplot
- From: wiso <gtu2003 at alice.it>
- Date: Thu, 5 Mar 2009 04:51:42 -0500 (EST)
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?