Skip to content

Commit 7adf922

Browse files
committed
UnicodePlots: Make scalarplot 2d slightly larger
1 parent 5aa210e commit 7adf922

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
@@ -362,7 +362,7 @@ function scalarplot!(
362362

363363
func = funcs[1]
364364
layout = ctx[:layout]
365-
resolution = ctx[:size] ./ 6 ./ (layout[2], layout[1]) # reduce pixel count in the terminal
365+
resolution = ctx[:size] ./ 5 ./ (layout[2], layout[1]) # reduce pixel count in the terminal
366366
ylim = ctx[:limits]
367367
colormap = ctx[:colormap]
368368

0 commit comments

Comments
 (0)