claim everything
This commit is contained in:
parent
ce1276bcbd
commit
0dd970fc6b
@ -711,7 +711,9 @@ const _pgfplotsx_seriestype = [
|
|||||||
:contour, :path3d, :scatter3d, :surface, :wireframe, :volume,
|
:contour, :path3d, :scatter3d, :surface, :wireframe, :volume,
|
||||||
:shape
|
: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_style = [:auto, :solid, :dash, :dot, :dashdot, :dashdotdot]
|
||||||
const _pgfplotsx_marker = _allMarkers
|
const _pgfplotsx_marker = vcat(_allMarkers, Shape)
|
||||||
const _pgfplotsx_scale = [:identity, :log10]
|
# [:none, :auto, :circle, :rect, :diamond, :utriangle, :dtriangle, :cross, :xcross, :star5, :pentagon, :hline, :vline] #
|
||||||
is_marker_supported(::PGFPlotsXBackend, shape::Shape) = false
|
const _pgfplotsx_scale = [:identity, :ln, :log2, :log10]
|
||||||
|
is_marker_supported(::PGFPlotsXBackend, shape::Shape) = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user