remove pyplot dash_capstyle option

This commit is contained in:
Thomas Breloff 2016-05-10 14:34:28 -04:00
parent a81af2b449
commit baf410c712

View File

@ -416,7 +416,7 @@ function _add_series(pkg::PyPlotBackend, plt::Plot, d::KW)
linewidth = d[:linewidth],
linestyle = getPyPlotLineStyle(lt, d[:linestyle]),
solid_capstyle = "round",
dash_capstyle = "round",
# dash_capstyle = "round",
drawstyle = getPyPlotStepStyle(lt)
)[1]
push!(handles, handle)