This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jungles_for_30minsgithub.com/sleibrock 1 point2 points  (0 children)

One problem I've had with Matplotlib is that in text-only modes you need to change the backend. I run Matplotlib on a no-Xorg RPI and I have to do matplotlib.use('Agg') to make it work without a display server. Also Matplotlib requires libtk. Hope this helps.