Re: detection of automatic range of plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg107742] Re: detection of automatic range of plot?
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Thu, 25 Feb 2010 01:52:57 -0500 (EST)
On 2/24/10 at 6:20 AM, spazio1 at gmail.com (pippo p.) wrote:
>when you plot an unlimited function, mathematica chooses the
>vertical range's limits. could i detect which are the limits chosen
>by mathematica to use them?
Yes. For example:
In[1]:= f = Plot[x^2, {x, 0, 10}]
In[2]:= PlotRange /. FullOptions[f]
Out[2]= {{0., 10.}, {0., 100.}}