Sublime Forum

Matplotlib problem with REPL (ST3)

#1

Hi everyone,

I’ve installed build 3065 of ST 3.
Im using Python 3.4.1 intepreter in my SublimeREPL, however something going wrong when im trying
to execute following commands:

(…)
import matplotlib.pyplot as pyplot OK

pyplot.scatter(x,y) OK
pyplot.grid()

After last command, repl not react for enter, it just not showing anything, not executing code. It stop interpretting any python commands
I’ve tried same at windows cmd.exe, and python shell, and its working.

I’ve tried search some solution, and find out that it maybe some proble with GUI python inside ST?

Thanks for any help

0 Likes

#2

I am also having the same above problem. Can somebody provide some help on this?

0 Likes

#3

You should probably create an issue in SublimeREPL’s GitHub repo.

0 Likes