python - IPython notebook doubles up the qqplot -


i tested statsmodels.api.qqplot function in ipython notebook (jupyter) running python 3.6, , got 2 identical plots in column (i asked one). going on?

import statsmodels.api sm test = np.random.normal(0,1, 1000) sm.qqplot(test, line='45') 


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -