MathGroup Archive 2008

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

Search the Archive

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.\""


  • Prev by Date: Re: If and symbol creation
  • Next by Date: Re: How to make variable have package scope but not global scope.
  • Previous by thread: Re: Re: How to find the Max of a Piecewise function
  • Next by thread: Re: PlotRange Trouble