See #595 (comment)
In a script or ipython console:
import matplotlib.pyplot as plt
import scipp as sc
f = sc.arange("x", 5.0).plot()
plt.show()
shows nothing, while using f.show() will show the figure (note that the figure may dissapear instantly again inside a script).
See #595 (comment)
In a script or ipython console:
shows nothing, while using
f.show()will show the figure (note that the figure may dissapear instantly again inside a script).