As Julius Krumbiegel and Michael Abbott suggested on Slack, this is not a Plots.jl
issue. I should use:
julia> g = f ∘ f
f ∘ f
julia> repr(g, context = :module => Main)
"f ∘ f"
julia> repr(g)
"Main.f ∘ Main.f"
Thanks to Julius Krumbiegel!
As Julius Krumbiegel and Michael Abbott suggested on Slack, this is not a Plots.jl
issue. I should use:
julia> g = f ∘ f
f ∘ f
julia> repr(g, context = :module => Main)
"f ∘ f"
julia> repr(g)
"Main.f ∘ Main.f"
Thanks to Julius Krumbiegel!