Re: detection of automatic range of plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg107739] Re: detection of automatic range of plot?
- From: Mike Bryniarski <melondisco at gmail.com>
- Date: Thu, 25 Feb 2010 01:52:24 -0500 (EST)
- References: <hm3230$m99$1@smc.vnet.net>
This is the one time AbsoluteOptions has worked for me.
here is an example
AbsoluteOptions[Plot[Tan[x], {x, 0, 5}], PlotRange]
-mike bryniarski
On Feb 24, 6:21 am, "pippo p." <spaz... at gmail.com> 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? thanks
> giuseppe