vim-repl
vim-repl copied to clipboard
Attempting use of pyplot causes immediate crash
Describe the bug
When attempting to run a pyplot plot() command using <leader>W or by writing the command manually the open python REPL immediately shuts down. No error message is shown and and no plot is produced.
Desktop (please complete the following information):
- result of
:REPLDebugInfo

Additional context
Note that this occurs even before the pyplot show() command is run.