How to generate plots in documentation?

As a solution, I had to add Plots to the Project.toml of the docs directory and remove

push!(LOAD_PATH, "../src/")
ENV["GKS_WSTYPE"]=100

from the make.jl file.

1 Like