From 5a6bf0b669cfbc221d75c1b3bbd442760ed07e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rist=C3=A8?= Date: Wed, 7 Feb 2018 15:28:00 -0500 Subject: [PATCH] Switched the wrong setting --- QGL/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QGL/config.py b/QGL/config.py index 4a385cd9..20c54afc 100644 --- a/QGL/config.py +++ b/QGL/config.py @@ -12,7 +12,7 @@ # plotting options plotBackground = '#EAEAF2' -gridColor = [] +gridColor = None # select pulse library (standard or all90) pulse_primitives_lib = "standard"