From 625f67d63af3a6e24e931e90bf9730e57af4ca9a Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 19 May 2020 11:55:45 +0200 Subject: [PATCH] Update init.jl --- src/init.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.jl b/src/init.jl index eb05ec71..624e78f6 100644 --- a/src/init.jl +++ b/src/init.jl @@ -39,7 +39,7 @@ function __init__() end @require PGFPlots = "3b7a836e-365b-5785-a47d-02c71176b4aa" begin - fn = joinpath(@__DIR__, "backends", "pgfplots.jl") + fn = joinpath(@__DIR__, "backends", "deprecated", "pgfplots.jl") include(fn) @require Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise.track(Plots, fn) end