claim everything

This commit is contained in:
Simon Christ 2019-11-19 11:34:21 +01:00
parent 4486620918
commit 5e0d42898c

View File

@ -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