Skip to content

Commit

Permalink
Change default color in funplot for empirical functions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Feb 12, 2025
1 parent a9d5727 commit 332dfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/GeoStatsFunctionsMakieExt/funplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ function funplot!(
fig::Makie.Figure,
f::EmpiricalGeoStatsFunction;
# common options
color=:black,
color=:slategray,
size=1.5,
maxlag=nothing,
# empirical options
pointsize=12,
showtext=true,
textsize=12,
showhist=true,
histcolor=:black
histcolor=:slategray
)
# number of variables
n = nvariates(f)
Expand Down

0 comments on commit 332dfcb

Please sign in to comment.