remove extra space
This commit is contained in:
parent
4bc01b92bd
commit
4bfb562477
@ -1228,7 +1228,7 @@ function py_add_legend(plt::Plot, sp::Subplot, ax)
|
|||||||
linewidth = py_dpi_scale(plt, clamp(series[:linewidth], 0, 5)),
|
linewidth = py_dpi_scale(plt, clamp(series[:linewidth], 0, 5)),
|
||||||
)
|
)
|
||||||
elseif series[:seriestype] == :path
|
elseif series[:seriestype] == :path
|
||||||
PyPlot.plt[:Line2D]((0, 1),(0,0),
|
PyPlot.plt[:Line2D]((0,1),(0,0),
|
||||||
color = py_color(_cycle(series[:fillcolor],1)),
|
color = py_color(_cycle(series[:fillcolor],1)),
|
||||||
linewidth = py_dpi_scale(plt, clamp(series[:linewidth], 0, 5)),
|
linewidth = py_dpi_scale(plt, clamp(series[:linewidth], 0, 5)),
|
||||||
marker = py_marker(series[:markershape]),
|
marker = py_marker(series[:markershape]),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user