From f235866a277417fdc50e88d6d31296e69484ab83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Mon, 20 Jan 2025 10:44:21 +0100 Subject: [PATCH] format --- src/pyplot.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pyplot.jl b/src/pyplot.jl index 4023a2f..4d74e6f 100644 --- a/src/pyplot.jl +++ b/src/pyplot.jl @@ -600,12 +600,12 @@ function scalarplot!(ctx, TP::Type{PyPlotType}, ::Type{Val{2}}, grids, parentgri cmap = PyPlot.ColorMap(plaincolormap(ctx)), ) - if hasproperty(cnt,:collections) + if hasproperty(cnt, :collections) for c in cnt.collections c.set_edgecolor("face") end end - + ax.tricontour(tdat..., func; colors = "k", levels = levels) if ctx[:colorbar] == :horizontal