First time here? Check out the FAQ!

Revision history  [back]

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

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

autocomplete doesn't work

Hi expert, 

I  I try below codes, and autocomplete doesn't work.

import work.import matplotlib.pyplot as plt
fig pltfig = plt.figure()
fig.add_subplot(2,2,1)

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 add_subplot).could you please help to comment?

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

ThanksD:\Software\Anaconda2)Thanks