Interplay between function parameters using ParamGridΒΆ

mode : reflect, mode : nearest, mode : mirror
import seaborn_image as isns

img = isns.load_image("polymer")

g = isns.ParamGrid(
    img,
    "gaussian",
    row="sigma",
    col="mode",
    sigma=[2, 3, 4],
    mode=["reflect", "nearest", "mirror"],
    cmap="magma",
)

Total running time of the script: ( 0 minutes 1.850 seconds)

Gallery generated by Sphinx-Gallery