PlotRange Trouble
- To: mathgroup at smc.vnet.net
- Subject: [mg90405] PlotRange Trouble
- From: Aaron Fude <aaronfude at gmail.com>
- Date: Tue, 8 Jul 2008 07:47:37 -0400 (EDT)
Hi,
I may be wondering why I need this, but I do:
ParametricPlot[{10^-600 z, z}, {z, 0, 100},
PlotRange -> {{0, 10^-100}, {0, 100}}, AspectRatio -> 1]
works perfectly, but
ParametricPlot[{10^-600 z, z}, {z, 0, 100},
PlotRange -> {{0, 10^-600}, {0, 100}}, AspectRatio -> 1]
fails. What gives?
Thanks,
Aaron
The error message is:
ParametricPlot::"prng" : "\"Value of option PlotRange -> \!\({{0, \
\*FractionBox[\(1\), \(10000000000000000000 \[LeftSkeleton]560\
\[RightSkeleton] 000000000000000000000\)]}, {0, 100}}\) is not All, \
Full, Automatic, a positive machine number, or an appropriate list of
\
range specifications.\""