|
[Date Index]
[Thread Index]
[Author Index]
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?
Prev by Date:
Re: Design choice for Printout Screen Environment
Next by Date:
Re: find the maxima in a function
Previous by thread:
How to "vectorize" code
Next by thread:
Re: Epilog doesn't work with loglinearplot
|