import topotoolbox
import matplotlib.pyplot as plt
dem = topotoolbox.gen_random_bool()
_= dem.plot(cmap='grey')
plt.show()
