UserWarning: Recommended matplotlib backend is `Agg` for full skimage.viewer functionality. code example
Example: matplotlib is currently using agg
from matplotlib import pyplot
pyplot.plot(your_plot)
pyplot.savefig("output.png")
from matplotlib import pyplot
pyplot.plot(your_plot)
pyplot.savefig("output.png")