From 7b6b44b2847029dbe6e8f9bf3fd2872a31d159ea Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Fri, 27 Oct 2017 15:52:32 +0200 Subject: [PATCH] add hline to pgfplots --- src/backends/pgfplots.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backends/pgfplots.jl b/src/backends/pgfplots.jl index 2ae69b3f..ef009fe1 100644 --- a/src/backends/pgfplots.jl +++ b/src/backends/pgfplots.jl @@ -41,7 +41,7 @@ const _pgfplots_attr = merge_with_base_supported([ ]) const _pgfplots_seriestype = [:path, :path3d, :scatter, :steppre, :stepmid, :steppost, :histogram2d, :ysticks, :xsticks, :contour, :shape] const _pgfplots_style = [:auto, :solid, :dash, :dot, :dashdot, :dashdotdot] -const _pgfplots_marker = [:none, :auto, :circle, :rect, :diamond, :utriangle, :dtriangle, :cross, :xcross, :star5, :pentagon] #vcat(_allMarkers, Shape) +const _pgfplots_marker = [:none, :auto, :circle, :rect, :diamond, :utriangle, :dtriangle, :cross, :xcross, :star5, :pentagon, :hline] #vcat(_allMarkers, Shape) const _pgfplots_scale = [:identity, :ln, :log2, :log10] @@ -86,6 +86,7 @@ const _pgfplots_markers = KW( :star6 => "asterisk", :diamond => "diamond*", :pentagon => "pentagon*", + :hline => "-" ) const _pgfplots_legend_pos = KW(