First time here? Check out the FAQ!
answered 2022-11-02 11:00:57 +0100
The plot command accepts a plotting range, which defaults to (-1, 1).
plot
(-1, 1)
With a logarithm involved, only the positive part produces a plot.
To plot from 0 to 2:
sage: plot(f, (0, 2))