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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -