diff --git a/grum/exampledata.py b/grum/exampledata.py index c6edab9..2a59d7f 100644 --- a/grum/exampledata.py +++ b/grum/exampledata.py @@ -41,7 +41,9 @@ img += np.random.random(shape) / 10 exampledata[name] = ImageDescription( name, - image=img + image=img, + xlabel="x", + ylabel="y" )