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],
|
linewidth = d[:linewidth],
|
||||||
linestyle = getPyPlotLineStyle(lt, d[:linestyle]),
|
linestyle = getPyPlotLineStyle(lt, d[:linestyle]),
|
||||||
solid_capstyle = "round",
|
solid_capstyle = "round",
|
||||||
dash_capstyle = "round",
|
# dash_capstyle = "round",
|
||||||
drawstyle = getPyPlotStepStyle(lt)
|
drawstyle = getPyPlotStepStyle(lt)
|
||||||
)[1]
|
)[1]
|
||||||
push!(handles, handle)
|
push!(handles, handle)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user