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.cross
Gadfly.Shape.diamond
Gadfly.Shape.dtriangle
Gadfly.Shape.hexagon
Gadfly.Shape.hline
Gadfly.Shape.ltriangle
Gadfly.Shape.octagon
Gadfly.Shape.rtriangle
Gadfly.Shape.square
Gadfly.Shape.star1
Gadfly.Shape.star2
Gadfly.Shape.utriangle
Gadfly.Shape.vline
Gadfly.Shape.xcross
Gadfly.Shape.cross
— Methodcross(xs, ys, rs)
Draw crosses at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.diamond
— Methoddiamond(xs, ys, rs)
Draw diamonds at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.dtriangle
— Methoddtriangle(xs, ys, rs)
Draw downward-pointing triangles at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.hexagon
— Methodhexagon(xs, ys, rs)
Draw hexagons at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.hline
— Functionhline(xs, ys, rs, scalar=1)
Draw horizontal lines at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.ltriangle
— Functionltriangle(xs, ys, rs, scalar=1)
Draw left-pointing triangles at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.octagon
— Methodoctagon(xs, ys, rs)
Draw octagons at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.rtriangle
— Methodrtriangle(xs, ys, rs)
Draw right-pointing triangles at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.square
— Methodsquare(xs, ys, rs)
Draw squares at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.star1
— Functionstar1(xs, ys, rs, scalar=1)
Draw five-pointed stars at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.star2
— Functionstar2(xs, ys, rs, scalar=1)
Draw four-pointed stars at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.utriangle
— Functionutriangle(xs, ys, rs, scalar=1)
Draw upward-pointing triangles at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.vline
— Functionvline(xs, ys, rs, scalar=1)
Draw vertical lines at the coordinates specified in xs
and ys
of size rs
Gadfly.Shape.xcross
— Methodxcross(xs, ys, rs)
Draw rotated crosses at the coordinates specified in xs
and ys
of size rs