add :open and :closed arrow

This commit is contained in:
Daniel Schwabeneder 2019-06-12 19:26:15 +02:00
parent 8342da1ea2
commit fd2c01808a

View File

@ -90,6 +90,8 @@ const _gr_arrow_map = Dict(
:filled => 4, :filled => 4,
:triangle => 5, :triangle => 5,
:filledtriangle => 6, :filledtriangle => 6,
:closed => 6,
:open => 5,
) )
gr_set_arrowstyle(s::Symbol) = GR.setarrowstyle(get(_gr_arrow_map, s, 1)) gr_set_arrowstyle(s::Symbol) = GR.setarrowstyle(get(_gr_arrow_map, s, 1))