Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Nov 28, 2024
1 parent 2a42344 commit b1f4d9c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/src/tutorials/bivariate-vsup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,7 @@ current_figure() #hide

# function for VSUP

function _vsup_grid(
vbins,
ubins,
vpal;
upal = colorant"#efefef55",
s = 0.5,
k = 1.0,
)
function _vsup_grid(vbins, ubins, vpal; upal = colorant"#efefef55", s = 0.5, k = 1.0)
pal = fill(upal, (vbins, ubins))
for i in 1:ubins
shrkfac = ((i - 1) / (ubins - 1))^k
Expand Down

0 comments on commit b1f4d9c

Please sign in to comment.