Skip to content

Commit

Permalink
Update example for new SlimPlotting
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Oct 29, 2024
1 parent 591f117 commit c69f9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"

[compat]
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/fwi_example_2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

using Statistics, Random, LinearAlgebra
using JUDI, HDF5, SegyIO, SlimOptim, SlimPlotting
using JUDI, HDF5, SegyIO, SlimOptim, PythonPlot, SlimPlotting

# Load starting model
n,d,o,m0 = read(h5open("$(JUDI.JUDI_DATA)/overthrust_model.h5","r"), "n", "d", "o", "m0")
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/modeling_basic_2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' This example is converted to a markdown file for the documentation.

#' # Import JUDI, Linear algebra utilities and Plotting
using JUDI, LinearAlgebra, SlimPlotting
using JUDI, LinearAlgebra, PythonPlot, SlimPlotting

#+ echo = false; results = "hidden"
close("all")
Expand Down

0 comments on commit c69f9f0

Please sign in to comment.