Skip to content

Commit

Permalink
purge UnitfulRecipes (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler authored Oct 2, 2022
1 parent 32c2975 commit aed0090
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ MIRTjim = "170b2178-6dee-4cb0-8729-b3e8b57834cc"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulRecipes = "42071c24-d89e-48dd-8a24-8a12d9b8861f"

[compat]
3 changes: 1 addition & 2 deletions docs/lit/examples/01-overview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ This page was generated from a single Julia file:
# Packages needed here.

#nb import Pkg
#nb Pkg.add(["ImageGeoms", "MIRTjim", "UnitfulRecipes", "Unitful"])
#nb Pkg.add(["ImageGeoms", "MIRTjim", "Unitful"])

using ImagePhantoms
using ImageGeoms: ImageGeom, axesf
using MIRTjim: jim, prompt
using UnitfulRecipes
using Unitful: mm
using InteractiveUtils: versioninfo

Expand Down
1 change: 0 additions & 1 deletion docs/lit/examples/02-ellipse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ using ImageGeoms: ImageGeom, axesf
using MIRTjim: jim, prompt
using FFTW: fft, fftshift, ifftshift
using Unitful: mm, unit, °
using UnitfulRecipes
using Plots: plot, plot!, scatter!, default
default(markerstrokecolor=:auto)

Expand Down
1 change: 0 additions & 1 deletion docs/lit/examples/03-rect.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ using ImageGeoms: ImageGeom, axesf
using MIRTjim: jim, prompt
using FFTW: fft, fftshift, ifftshift
using Unitful: mm, unit, °
using UnitfulRecipes
using Plots: plot, plot!, scatter!, default
default(markerstrokecolor=:auto)

Expand Down
1 change: 0 additions & 1 deletion docs/lit/examples/04-gauss.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ using ImageGeoms: ImageGeom, axesf
using MIRTjim: jim, prompt
using FFTW: fft, fftshift, ifftshift
using Unitful: mm, unit, °
using UnitfulRecipes
using Plots: plot, plot!, scatter!, default
default(markerstrokecolor=:auto)

Expand Down
1 change: 0 additions & 1 deletion docs/lit/examples/05-triangle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ using ImageGeoms: ImageGeom, axesf
using MIRTjim: jim, prompt
using FFTW: fft, fftshift, ifftshift
using Unitful: mm, unit, °
using UnitfulRecipes
using Plots: plot, plot!, scatter!, default
default(markerstrokecolor=:auto)

Expand Down
1 change: 0 additions & 1 deletion docs/lit/examples/30-3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ This page was generated from a single Julia file:
#src using ImagePhantoms
#src using ImageGeoms: ImageGeom, axesf
#src using MIRTjim: jim, prompt
#src using UnitfulRecipes
#src using Unitful: mm


Expand Down
1 change: 0 additions & 1 deletion docs/lit/examples/32-ellipsoid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ using MIRTjim: jim, prompt, mid3
using FFTW: fft, fftshift, ifftshift
using LazyGrids: ndgrid
using Unitful: mm, unit, °
using UnitfulRecipes
using Plots: plot, plot!, scatter!, default
using Plots # gif @animate
default(markerstrokecolor=:auto)
Expand Down
1 change: 0 additions & 1 deletion docs/lit/examples/33-cuboid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ using MIRTjim: jim, prompt, mid3
using FFTW: fft, fftshift, ifftshift
using LazyGrids: ndgrid
using Unitful: mm, unit, °
using UnitfulRecipes
using Plots: plot, plot!, scatter!, default
using Plots # gif @animate
default(markerstrokecolor=:auto)
Expand Down
1 change: 0 additions & 1 deletion docs/lit/examples/34-gauss3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ using MIRTjim: jim, prompt, mid3
using FFTW: fft, fftshift, ifftshift
using LazyGrids: ndgrid
using Unitful: mm, unit, °
using UnitfulRecipes
using Plots: plot, plot!, scatter!, default
using Plots # gif @animate
default(markerstrokecolor=:auto)
Expand Down
1 change: 0 additions & 1 deletion docs/lit/examples/35-cylinder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ using MIRTjim: jim, prompt, mid3
using FFTW: fft, fftshift, ifftshift
using LazyGrids: ndgrid
using Unitful: mm, unit, °
using UnitfulRecipes
using Plots: plot, plot!, scatter!, default
using Plots # gif @animate
default(markerstrokecolor=:auto)
Expand Down

0 comments on commit aed0090

Please sign in to comment.