We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bd2d0 commit aa55a6aCopy full SHA for aa55a6a
beams/plots.py
@@ -4,7 +4,7 @@
4
from sys import platform
5
import matplotlib
6
7
-if platform == "linux":
+if "linux" in platform:
8
gui_env = ['TkAgg', 'GTKAgg', 'Qt5Agg', 'WXAgg']
9
elif platform == "darwin":
10
gui_env = ['Qt5Agg', 'TkAgg', 'GTKAgg', 'WXAgg']
0 commit comments