We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d479d8a commit 133edb5Copy full SHA for 133edb5
1 file changed
ext/GridVisualizeUnicodePlotsExt.jl
@@ -21,7 +21,7 @@ end
21
22
function reveal(ctx::SubVisualizer, TP::Type{UnicodePlotsType})
23
if ctx[:show] || ctx[:reveal]
24
- return ctx[:figure]
+ display(ctx[:figure])
25
end
26
return nothing
27
0 commit comments