fix arrow = false

This commit is contained in:
Simon Christ 2019-11-22 00:54:16 +01:00
parent 5482cfac3f
commit 3b56977c49

View File

@ -336,7 +336,7 @@ const _pgfx_annotation_halign = KW(
## --------------------------------------------------------------------------------------
# Generates a colormap for pgfplots based on a ColorGradient
# TODO: maybe obsolete
pgfx_arrow(::Nothing) = "-"
pgfx_arrow(::Nothing) = "every arrow/.append style={-}"
function pgfx_arrow( arr::Arrow )
components = String[]
head = String[]