Re: LogLinearPlot and Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg78458] Re: [mg78434] LogLinearPlot and Manipulate
- From: Carl Woll <carlw at wolfram.com>
- Date: Mon, 2 Jul 2007 06:51:29 -0400 (EDT)
- References: <200707011148.HAA15227@smc.vnet.net>
PHILLMAN5 at gmail.com wrote:
>Manipulate does not seem to work with LogLinearPlot. Is any hacks?
>(other than taking logs first then using Plot)
>
>
>
Can you give an example? I tried:
Manipulate[LogLinearPlot[m^x, {x, 1, 2}], {{m, 1}, 0, 2}]
and things work as expected.
Carl Woll
Wolfram Research
- References:
- LogLinearPlot and Manipulate
- From: PHILLMAN5@gmail.com
- LogLinearPlot and Manipulate