add area legend for shapes

This commit is contained in:
Simon Christ 2019-11-19 14:58:03 +01:00
parent 1a751c7bae
commit b6da96fb78

View File

@ -537,6 +537,9 @@ function _update_plot_object(plt::Plot{PGFPlotsXBackend})
"color" => opt[:linecolor],
"scatter" => nothing,
)
if st == :shape
push!(series_opt, "area legend" => nothing)
end
if opt[:marker_z] !== nothing
push!(series_opt, "point meta" => "explicit")
end