Guide.yticks

Formats the tick marks and labels for the y-axis

Arguments

Examples

ticks = [0.2, 0.4, 0.6]
plot(x=rand(10), y=rand(10), Geom.line, Guide.yticks(ticks=ticks))
x 0.0 0.5 1.0 0.2 0.4 0.6 y
plot(x=rand(10), y=rand(10), Geom.line, Guide.yticks(ticks=ticks, label=false))
x 0.0 0.5 1.0 y
plot(x=rand(10), y=rand(10), Geom.line, Guide.yticks(ticks=ticks, orientation=:vertical))
x 0.0 0.5 1.0 0.2 0.4 0.6 0.2 0.4 0.6 y