fig.image and fig.plot with wrong devicename
Calling multiple instances of fig.image overlap, but they do not check whether the device exist in bec.
--> I can add a non existing device
fig.image('')
Will work. It should raise as for fig.plot.
For fig.plot, it checks whether the device exists in the session and raises. It still adds the plot.
Edited by appel_c