MathGroup Archive 2007

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

Search the Archive

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)

> 

> 




  • Prev by Date: Re: Integration in a range of value
  • Next by Date: How to view source code of functions in Mathematica?
  • Previous by thread: Re: LogLinearPlot and Manipulate
  • Next by thread: Re: LogLinearPlot and Manipulate