stem

stem(y[, spec::ASCIIString])
stem(x, y[, spec::ASCIIString])

Stem plots.

Example

x = linspace(0, 5pi, 40)
stem(x, sin.(x), "r")