Shapes

Shapes, when combined with Geom.point, specify the appearance of markers. In addition to those below, circle is also imported from Compose.jl.

Gadfly.Shape.dtriangleMethod
dtriangle(xs, ys, rs)

Draw downward-pointing triangles at the coordinates specified in xs and ys of size rs

source
Gadfly.Shape.hlineFunction
hline(xs, ys, rs, scalar=1)

Draw horizontal lines at the coordinates specified in xs and ys of size rs

source
Gadfly.Shape.ltriangleFunction
ltriangle(xs, ys, rs, scalar=1)

Draw left-pointing triangles at the coordinates specified in xs and ys of size rs

source
Gadfly.Shape.rtriangleMethod
rtriangle(xs, ys, rs)

Draw right-pointing triangles at the coordinates specified in xs and ys of size rs

source
Gadfly.Shape.star1Function
star1(xs, ys, rs, scalar=1)

Draw five-pointed stars at the coordinates specified in xs and ys of size rs

source
Gadfly.Shape.star2Function
star2(xs, ys, rs, scalar=1)

Draw four-pointed stars at the coordinates specified in xs and ys of size rs

source
Gadfly.Shape.utriangleFunction
utriangle(xs, ys, rs, scalar=1)

Draw upward-pointing triangles at the coordinates specified in xs and ys of size rs

source
Gadfly.Shape.vlineFunction
vline(xs, ys, rs, scalar=1)

Draw vertical lines at the coordinates specified in xs and ys of size rs

source
Gadfly.Shape.xcrossMethod
xcross(xs, ys, rs)

Draw rotated crosses at the coordinates specified in xs and ys of size rs

source