scidash / docker-stacks

Docker stacks for SciDash projects.
0 stars 0 forks source link

mpl.backend('Qt5Agg') #21

Closed russelljjarvis closed 6 years ago

russelljjarvis commented 7 years ago

When building with Ubuntu host OS, stack Debian target.

Python import of matplotlib seems to want:

import matplotlib as mpl
mpl.backend('Qt5Agg')

Instead of old.

import matplotlib as mpl
mpl.backend('Agg')

Hopefully this is some annoying thing that will go away without updating docker-stacks. Just posting here for information about error like:

could not connect to DISPLAY.

rgerkin commented 6 years ago

I think we have integrated this into most of the stacks.