fix gr_display
This commit is contained in:
parent
f742ae4c88
commit
405df5da8b
@ -860,7 +860,7 @@ function gr_display(sp::Subplot{GRBackend}, w, h, viewport_canvas)
|
|||||||
legendn += 1
|
legendn += 1
|
||||||
if typeof(series[:label]) <: Array
|
if typeof(series[:label]) <: Array
|
||||||
legendi += 1
|
legendi += 1
|
||||||
lab = series[:label][i]
|
lab = series[:label][legendi]
|
||||||
else
|
else
|
||||||
lab = series[:label]
|
lab = series[:label]
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user