Replace label conversion code with shorter version
This commit is contained in:
parent
2199a100a2
commit
3e6233712b
@ -1642,9 +1642,7 @@ function _update_series_attributes!(plotattributes::AKW, plt::Plot, sp::Subplot)
|
|||||||
end
|
end
|
||||||
|
|
||||||
# set label
|
# set label
|
||||||
label = plotattributes[:label]
|
plotattributes[:label] = label_to_string(plotattributes[:label], globalIndex)
|
||||||
label = label_to_string(label, globalIndex)
|
|
||||||
plotattributes[:label] = label
|
|
||||||
|
|
||||||
_replace_linewidth(plotattributes)
|
_replace_linewidth(plotattributes)
|
||||||
plotattributes
|
plotattributes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user