From baf410c712a719cb98d6a21b841f8fcfc2733d0c Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 10 May 2016 14:34:28 -0400 Subject: [PATCH] remove pyplot dash_capstyle option --- src/backends/pyplot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/pyplot.jl b/src/backends/pyplot.jl index d682a0e9..938ac009 100644 --- a/src/backends/pyplot.jl +++ b/src/backends/pyplot.jl @@ -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)