AllonKleinLab / SPRING_dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: Invalid DISPLAY variable

QiangShiPKU opened this issue · comments

commented

Hello,
In the last section "Save SPRING files" of pbmc4k, I have the error:
RuntimeError: Invalid DISPLAY variable

Then it works after I add following code before make_spring_subplot function:
import matplotlib.pyplot as plt
plt.switch_backend('agg')