remove extra space

This commit is contained in:
Daniel Schwabeneder 2017-11-17 13:01:13 +01:00
parent 4bc01b92bd
commit 4bfb562477

View File

@ -1228,7 +1228,7 @@ function py_add_legend(plt::Plot, sp::Subplot, ax)
linewidth = py_dpi_scale(plt, clamp(series[:linewidth], 0, 5)),
)
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)),
linewidth = py_dpi_scale(plt, clamp(series[:linewidth], 0, 5)),
marker = py_marker(series[:markershape]),