added labels to example image
This commit is contained in:
@ -41,7 +41,9 @@ img += np.random.random(shape) / 10
|
||||
|
||||
exampledata[name] = ImageDescription(
|
||||
name,
|
||||
image=img
|
||||
image=img,
|
||||
xlabel="x",
|
||||
ylabel="y"
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user