Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 12, 2024
1 parent 5b611f8 commit 9df5e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if PlotsBase.DEFAULT_BACKEND == "gr" # FIXME: Creating a new global in closed m
$func() = begin # evaluate each example in a local scope
$(PlotsBase._examples[i].exprs)
$i == 1 || return # trigger display only for one example
fn = joinpath(scratch_dir, tempname(scratch_dir))
fn = tempname(scratch_dir)
pl = current()
show(devnull, pl)
if backend_name() :unicodeplots
Expand Down

0 comments on commit 9df5e3a

Please sign in to comment.