Skip to content

Commit

Permalink
removed GLMakie from PhysiologyModeling and into requries
Browse files Browse the repository at this point in the history
  • Loading branch information
mattar13 committed Apr 9, 2024
1 parent 3aa05bc commit b34d028
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/PhysiologyPlotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include("utilities.jl")
"""
function plot_experiment(args...)
function plot!(args...)
@warn "One of the frontends must first be loaded."
@info """
Please load and use one of the following
Expand All @@ -26,13 +26,6 @@ function plot_experiment(args...)
end
export plot_experiment


frontend = :GLMakie
#using GLMakie
include("PhysMakie/makie_plot.jl")
export draw_circle, draw_arrow_with_text
export plot_experiment

function __init__()
@require CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" begin
using .CairoMakie
Expand Down

0 comments on commit b34d028

Please sign in to comment.