Re: Epilog doesn't work with loglinearplot
- To: mathgroup at smc.vnet.net
- Subject: [mg97122] Re: Epilog doesn't work with loglinearplot
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 6 Mar 2009 04:22:11 -0500 (EST)
- Organization: Uni Leipzig
- References: <goo7b8$s8c$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
since Epilog wotk after all Mathematica actions
LogLinearPlot[x, {x, 1, 10},
Epilog -> Line[{Log[#[[1]]], #[[2]]} & /@ {{4, 0}, {4, 10}}]]
will do it.
Regards
Jens
wiso 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?
>
>