add :open and :closed arrow
This commit is contained in:
parent
8342da1ea2
commit
fd2c01808a
@ -90,6 +90,8 @@ const _gr_arrow_map = Dict(
|
||||
:filled => 4,
|
||||
:triangle => 5,
|
||||
:filledtriangle => 6,
|
||||
:closed => 6,
|
||||
:open => 5,
|
||||
)
|
||||
gr_set_arrowstyle(s::Symbol) = GR.setarrowstyle(get(_gr_arrow_map, s, 1))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user