Skip to content

Commit

Permalink
🤖 Format .jl files (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <3345261+juliohm@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and juliohm authored Oct 31, 2024
1 parent 4861adb commit 4a51f83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ext/planeplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ function planeplot(t::EmpiricalTransioplane; colormap=:viridis, levels=nothing)
fig
end

function planeplot::Variogram;
function planeplot(
γ::Variogram;
# geometric options
normal=Vec(0, 0, 1),
nlags=20, nangs=50,
nlags=20,
nangs=50,
maxlag=nothing,
# austhetic options
colormap=:viridis
Expand Down

0 comments on commit 4a51f83

Please sign in to comment.