LogPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg43641] LogPlot
- From: "Tina Yee" <tyee at ctf.com>
- Date: Sat, 27 Sep 2003 04:58:03 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
When running my notebook, the first X-number of calls to LogPlot are executed without a problem. However subsequent calls to LogPlot do not return a -Graphics-object to me but returns the call "ScaledPlot[f(x), {1,2,3,4....}, etc etc]". At this point, when I run the examples in the help files (do a search for LogPlot in the master index) , I get the following output: In:<< Graphics`Graphics` In:<<LogLogPlot[x^2, {x, 1, 3}] Out: ScaledPlot[x^2, {{0, 0.1 0.2....}, 1,3}, ScaledFunction->{....}, etc, etc....] However, the following LogListPlot example in the help files executes as normal? Why and when does LogPlot do this? I am using Mathematica 4.0 . Thanks Tina