Skip to content

Commit d479d8a

Browse files
author
chmerdon
committed
fixed twice resolution
1 parent fff6bd7 commit d479d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/GridVisualizeUnicodePlotsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ function scalarplot!(
338338
)
339339

340340
func = funcs[1]
341-
resolution = resolution = @. Int(round(ctx[:size]))
341+
resolution = @. Int(round(ctx[:size]))
342342
ylim = ctx[:limits]
343343
colormap = ctx[:colormap]
344344

0 commit comments

Comments
 (0)