From ae70ac86a89adbd121c1341c15d582fa1d56a1c0 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 12 May 2023 14:28:07 +0200 Subject: [PATCH] added labels to example image --- grum/exampledata.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" )