Re: LogLinearPlot and Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg78509] Re: LogLinearPlot and Manipulate
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 3 Jul 2007 05:33:20 -0400 (EDT)
- Organization: Uni Leipzig
- References: <f684o6$fai$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, it works: Manipulate[ LogLinearPlot[x^n, {x, 1, 100}], {n, 1.0, 10} ] and as long as you don't post an example it is impossible to understand what you mean. Regards Jens PHILLMAN5 at gmail.com wrote: > Manipulate does not seem to work with LogLinearPlot. Is any hacks? > (other than taking logs first then using Plot) > >