Hi @Shawn_Rupp! Sorry to hear you're having troubles. By any chance are you running this on a headless server? If so, this looks like the kind of thing that matplotlib will complain about if it doesn't have a display configured to use (for example, SSH without X forwarding). You can configure matplotlib to use an offscreen backend, see this forum post for an example. Hope that helps!
2 Likes