Skip to content

Commit 999fa1f

Browse files
authored
Add default value for guiEventLoop
1 parent ee8cafc commit 999fa1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@
472472
"type": "boolean"
473473
},
474474
"guiEventLoop": {
475+
"default": "matplotlib",
475476
"description": "The GUI event loop that's going to run. Possible values: \"matplotlib\", \"wx\", \"qt\", \"none\", or a custom function that'll be imported and run.",
476477
"type": "string"
477478
}

0 commit comments

Comments
 (0)