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.
Asked: 2017-12-04 01:32:18 +0100
Seen: 2,156 times
Last updated: Dec 04 '17
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.