remove Shape from _pgfplotsx_marker

This commit is contained in:
Simon Christ 2022-03-30 15:38:11 +02:00
parent eb746d1641
commit d3449331c9

View File

@ -1320,7 +1320,6 @@ const _pgfplotsx_marker = [
:pentagon,
:hline,
:vline,
Shape,
]
const _pgfplotsx_scale = [:identity, :ln, :log2, :log10]
is_marker_supported(::PGFPlotsXBackend, shape::Shape) = true