Skip to content

Commit

Permalink
import PlotlyBase to suppress errors
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Mar 10, 2024
1 parent 98204c9 commit e1b5f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ode.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### A Pluto.jl notebook ###
# v0.19.38
# v0.19.36

using Markdown
using InteractiveUtils
Expand All @@ -10,6 +10,7 @@ using DifferentialEquations
# ╔═╡ 7aa3b70a-827a-482c-8052-7d34413922d4
begin
using Plots
import PlotlyBase
plotly()
end

Expand Down

0 comments on commit e1b5f21

Please sign in to comment.