On Monday, October 23, 2017 at 5:36:09 PM UTC-4, Peter Luschny wrote:
plot(5*x^4-20*x^3+30*x^2-20*x+5, x=0..1);
https://imgur.com/a/UMVI2
As usual Peter does not mention which Maple version he's using here. This makes it awkward to figure out the nature of the problem. I'll make a guess.
When the 2-D plot option `smartview` was introduced in Maple 16 it had a few problems. This option was `true` by default, one of the problems is that it could be too conservative in estimating that the curve had become steep enough to warrant limiting
the displayed range.
If one executes Peter's example using, say, Maple 16.02 then the vertical range displayed goes from 0.0 only to about 2.5 (very much like in his linked image).
Specifying the option smartview=false explicitly resolves the problem in Maple 16.02. Eg.
plot(5*x^4-20*x^3+30*x^2-20*x+5, x=0..1, smartview=false);
Improvements to the underlying scheme already make Peter's example show the full range from 0.0 to 5.0 in Maple 17.02 and onwards.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)