Skip to content

Commit aa55a6a

Browse files
committed
Update gui envs for plots (2)
1 parent 25bd2d0 commit aa55a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beams/plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from sys import platform
55
import matplotlib
66

7-
if platform == "linux":
7+
if "linux" in platform:
88
gui_env = ['TkAgg', 'GTKAgg', 'Qt5Agg', 'WXAgg']
99
elif platform == "darwin":
1010
gui_env = ['Qt5Agg', 'TkAgg', 'GTKAgg', 'WXAgg']

0 commit comments

Comments
 (0)