MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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)
> 
> 


  • Prev by Date: Re: Re: problem with Pick
  • Next by Date: Re: Re: problem with Pick
  • Previous by thread: Re: LogLinearPlot and Manipulate
  • Next by thread: Re: Integration variables