I generally run code interactively via ssh (without x windows). Is there any way to run ncplot without a X window server?
Typically, I would run:
import matplotlib
matplotlib.use('QtAgg')
then save figures to disk instead of plotting them. That isn't working for ncplot. Any ideas @robertjwilson?