We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433b410 commit 94fe500Copy full SHA for 94fe500
PlotsBase/src/init.jl
@@ -1,4 +1,4 @@
1
-using Scratch
+using Scratch: @get_scratch!
2
using REPL
3
4
const _plotly_local_file_path = Ref{Union{Nothing,String}}(nothing)
@@ -147,7 +147,7 @@ macro precompile_backend(backend_package)
147
@debug $i
148
$(PlotsBase._examples[i].exprs)
149
$i == 1 || return # trigger display only for one example
150
- fn = tempname(scratch_dir)
+ fn = tempname($scratch_dir)
151
pl = current()
152
show(devnull, pl)
153
if backend_name() ≡ :plotlyjs
0 commit comments