autocomplete doesn't work
Hi expert,
I try below codes, and autocomplete doesn't work.
import matplotlib.pyplot as plt
fig = plt.figure()
fig.add_subplot(2,2,1)
here in the last line, when I type fig.add , wing ide doesn't show the hint for autocompletion (expect it give hint to show add_subplot).
could you please help to comment?
by the way, I use Anaconda 4.4.0 64bits windows. (the project setting is Python Executable : D:\Software\Anaconda2\pythonPython Path: D:\Software\Anaconda2)
Thanks
Comments