From 5e0d42898cc8c277755ecf7fe0c7937cd82efca0 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 19 Nov 2019 11:34:21 +0100 Subject: [PATCH] claim everything --- src/backends.jl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/backends.jl b/src/backends.jl index f9b7ce12..dddeea47 100644 --- a/src/backends.jl +++ b/src/backends.jl @@ -711,7 +711,9 @@ const _pgfplotsx_seriestype = [ :contour, :path3d, :scatter3d, :surface, :wireframe, :volume, :shape ] +const _pgfplotsx_seriestype = [:path, :path3d, :scatter, :steppre, :stepmid, :steppost, :histogram2d, :ysticks, :xsticks, :contour, :shape, :straightline,] const _pgfplotsx_style = [:auto, :solid, :dash, :dot, :dashdot, :dashdotdot] -const _pgfplotsx_marker = _allMarkers -const _pgfplotsx_scale = [:identity, :log10] -is_marker_supported(::PGFPlotsXBackend, shape::Shape) = false +const _pgfplotsx_marker = vcat(_allMarkers, Shape) + # [:none, :auto, :circle, :rect, :diamond, :utriangle, :dtriangle, :cross, :xcross, :star5, :pentagon, :hline, :vline] # +const _pgfplotsx_scale = [:identity, :ln, :log2, :log10] +is_marker_supported(::PGFPlotsXBackend, shape::Shape) = true