Skip to content

Commit f235866

Browse files
committed
format
1 parent ad02130 commit f235866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyplot.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,12 +600,12 @@ function scalarplot!(ctx, TP::Type{PyPlotType}, ::Type{Val{2}}, grids, parentgri
600600
cmap = PyPlot.ColorMap(plaincolormap(ctx)),
601601
)
602602

603-
if hasproperty(cnt,:collections)
603+
if hasproperty(cnt, :collections)
604604
for c in cnt.collections
605605
c.set_edgecolor("face")
606606
end
607607
end
608-
608+
609609
ax.tricontour(tdat..., func; colors = "k", levels = levels)
610610

611611
if ctx[:colorbar] == :horizontal

0 commit comments

Comments
 (0)