1 | initial version |
You are correct that this should work now in recent versions. Check out link text and search for the word 'ticks'. I don't have your original function $f$, but it shouldn't be hard to create.
sage: plot(x^2, (x, 2, 12), ticks=[[3,6],None])
We need to get this in plot?
... :(