added labels to example image
This commit is contained in:
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user