add area legend for shapes
This commit is contained in:
parent
1a751c7bae
commit
b6da96fb78
@ -537,6 +537,9 @@ function _update_plot_object(plt::Plot{PGFPlotsXBackend})
|
|||||||
"color" => opt[:linecolor],
|
"color" => opt[:linecolor],
|
||||||
"scatter" => nothing,
|
"scatter" => nothing,
|
||||||
)
|
)
|
||||||
|
if st == :shape
|
||||||
|
push!(series_opt, "area legend" => nothing)
|
||||||
|
end
|
||||||
if opt[:marker_z] !== nothing
|
if opt[:marker_z] !== nothing
|
||||||
push!(series_opt, "point meta" => "explicit")
|
push!(series_opt, "point meta" => "explicit")
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user