remove pyplot dash_capstyle option
This commit is contained in:
parent
a81af2b449
commit
baf410c712
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user