No tick marks
I want to create a generic graph without tick marks on the y-axis.
Like this:
sage: plot(sin(x), (x, 0, 10), ticks=[None, []])
Note that None
as the first element of the ticks
option means using the default tick marks on the x-axis, while []
as the second element means no tick marks along the y-axis. For more details about the ticks
option, see the documentation.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-12-04 01:32:18 +0100
Seen: 1,892 times
Last updated: Dec 04 '17