Skip to content

Commit

Permalink
More refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Oct 30, 2024
1 parent 5fd828d commit 4254f22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions ext/transioplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Licensed under the MIT License. See LICENSE in the project root.
# ------------------------------------------------------------------

# ----------
# EMPIRICAL
# ----------

function transioplot(
t::EmpiricalTransiogram;
# common transiogram options
Expand Down Expand Up @@ -62,10 +58,6 @@ function transioplot(
fig
end

# ------------
# THEORETICAL
# ------------

function transioplot(
t::Transiogram;
# common transiogram options
Expand Down
8 changes: 0 additions & 8 deletions ext/varioplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Makie.@recipe(VarioPlot, γ) do scene
)
end

# ----------
# EMPIRICAL
# ----------

Makie.plottype(::EmpiricalVariogram) = VarioPlot{<:Tuple{EmpiricalVariogram}}

function Makie.plot!(plot::VarioPlot{<:Tuple{EmpiricalVariogram}})
Expand Down Expand Up @@ -54,10 +50,6 @@ function Makie.plot!(plot::VarioPlot{<:Tuple{EmpiricalVariogram}})
end
end

# ------------
# THEORETICAL
# ------------

Makie.plottype(::Variogram) = VarioPlot{<:Tuple{Variogram}}

function Makie.plot!(plot::VarioPlot{<:Tuple{Variogram}})
Expand Down

0 comments on commit 4254f22

Please sign in to comment.