From 51a05224cdd300565840f685e50c9a409339b1e9 Mon Sep 17 00:00:00 2001 From: Judd Mehr Date: Wed, 16 Oct 2024 09:13:45 -0600 Subject: [PATCH] Update tutorial.md --- docs/src/DuctAPE/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/DuctAPE/tutorial.md b/docs/src/DuctAPE/tutorial.md index 70c88b36..f2edb6ce 100644 --- a/docs/src/DuctAPE/tutorial.md +++ b/docs/src/DuctAPE/tutorial.md @@ -514,7 +514,7 @@ nothing #hide And then we can plot the data to compare DFDC and DuctAPE. ```@example tutorial -using Plots +include(normpath(joinpath(splitdir(pathof(DuctAPE))[1], "..", "docs", "src", "assets", "plots_default.jl"))) # set up efficiency plot pe = plot(; xlabel="Advance Ratio", ylabel="Efficiency")