Skip to content

Commit 133edb5

Browse files
committed
UnicodePlots: display the figure in reveal
1 parent d479d8a commit 133edb5

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
@@ -21,7 +21,7 @@ end
2121

2222
function reveal(ctx::SubVisualizer, TP::Type{UnicodePlotsType})
2323
if ctx[:show] || ctx[:reveal]
24-
return ctx[:figure]
24+
display(ctx[:figure])
2525
end
2626
return nothing
2727
end

0 commit comments

Comments
 (0)