added labels to example image

This commit is contained in:
2023-05-12 14:28:07 +02:00
parent 438d5c1eea
commit ae70ac86a8

View File

@ -41,7 +41,9 @@ img += np.random.random(shape) / 10
exampledata[name] = ImageDescription( exampledata[name] = ImageDescription(
name, name,
image=img image=img,
xlabel="x",
ylabel="y"
) )