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