Re: LogLinearPlot and Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg78468] Re: LogLinearPlot and Manipulate
- From: dh <dh at metrohm.ch>
- Date: Mon, 2 Jul 2007 06:56:49 -0400 (EDT)
- References: <f684o6$fai$1@smc.vnet.net>
Hi, this seems to work:
Manipulate[ LogLinearPlot[Sqrt[m x],{x,1,10}],{{m,5},1,10}]
hope this helps, Daniel
PHILLMAN5 at gmail.com wrote:
> Manipulate does not seem to work with LogLinearPlot. Is any hacks?
> (other than taking logs first then using Plot)
>
>