Skip to content

Commit

Permalink
doc(sdt): fix palette
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Nov 26, 2024
1 parent 533a3ac commit 11190d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/bivariate-vsup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ vbins = 31
vbin = discretize(quantize(val, vbins), vbins)
ubin = discretize(quantize(unc, ubins), ubins)

pal = _vsup_grid(vbins, ubins, :diverging_isoluminant_cjm_75_c23_n256)
pal = _vsup_grid(vbins, ubins, :isoluminant_cgo_70_c39_n256)

# fig-vsup-colorpalette
f = Figure(; size = (800, 400))
Expand Down

0 comments on commit 11190d2

Please sign in to comment.