Broadcast label_to_string to handle Array of labels
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
This commit is contained in:
parent
22e43610e2
commit
07bebc60be
@ -1651,7 +1651,7 @@ function _update_series_attributes!(plotattributes::AKW, plt::Plot, sp::Subplot)
|
|||||||
end
|
end
|
||||||
|
|
||||||
# set label
|
# set label
|
||||||
plotattributes[:label] = label_to_string(plotattributes[:label], globalIndex)
|
plotattributes[:label] = label_to_string.(plotattributes[:label], globalIndex)
|
||||||
|
|
||||||
_replace_linewidth(plotattributes)
|
_replace_linewidth(plotattributes)
|
||||||
plotattributes
|
plotattributes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user