MathGroup Archive 2007

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

Search the Archive

Re: LogLinearPlot and Manipulate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78440] Re: LogLinearPlot and Manipulate
  • From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
  • Date: Mon, 2 Jul 2007 06:41:52 -0400 (EDT)
  • Organization: The Open University, Milton Keynes, UK
  • References: <f684o6$fai$1@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)

Works pretty well on my system. For instance,

Manipulate[LogLinearPlot[u*Erf[x], {x, 1, 100}, Filling -> Bottom],
    {{u, 0}, -1, 5}]

Regards,
Jean-Marc


  • Prev by Date: Re: Coloring 3D-surfaces
  • Next by Date: Re: Combinatorica loading time in V6
  • Previous by thread: Re: LogLinearPlot and Manipulate
  • Next by thread: Re: LogLinearPlot and Manipulate