Plot obliterates its y-axis !?
- To: mathgroup at smc.vnet.net
- Subject: [mg129809] Plot obliterates its y-axis !?
- From: James Stein <mathgroup at stein.org>
- Date: Fri, 15 Feb 2013 01:59:29 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Yesterday, Tim Trudgian posted a query about finding a maximum of a particular function. He mentioned two plots: Plot[Abs[Zeta[1/2 + I*t]/t^(1/4)], {t, 3, 10^5}, PlotRange -> Full] Plot[Abs[Zeta[1/2 + I*t]/t^(1/4)], {t, 3, 10^6}, PlotRange -> Full] This led me to try this: Plot[Abs[Zeta[1/2 + I*t]/t^(1/4)], {t, 35000, 50000}, PlotRange -> Full] which (unlike the first two) seems to exhibit a bug in v9.0.1: The area of the graph overwrites the area of the y-axis (tick marks and labels). Furthermore, Plot[Abs[Zeta[1/2 + I*t]/t^(1/4)], {t, 35000, 45000}, PlotRange -> Full] yields an even uglier plot (if that can be possible). What is going on here?
- Follow-Ups:
- Re: Plot obliterates its y-axis !?
- From: Tomas Garza <tgarza10@msn.com>
- Re: Plot obliterates its y-axis !?
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Plot obliterates its y-axis !?