sillybun / vim-repl

Best REPL environment for Vim
GNU General Public License v2.0
446 stars 39 forks source link

Attempting use of pyplot causes immediate crash #129

Open HHelmius opened 3 years ago

HHelmius commented 3 years ago

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):

image

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