Name

ticksY — Y ticks property

Calling Sequence

property/value pair

Description

Allows to remove or activate the Y ticks

Examples

plot(1:10,sin(1:10),'ticksY','off');
plot(1:10,sin(1:10),'ticksY','on');

Authors

Stéphane Mottelet