python - Figure window resize issue Matplotlib - toolbar dissapears -


when try resize figure window in matplotlib, toolbar dissapears. example screenshot given below. bug or there setting missing script ?

  • matplotlib version: 1.5.1
  • numpy 1.11.1
  • python 2.7
  • windows 7

very minimal code :

import numpy np import matplotlib.pyplot plt  x=np.random.randint(0,5,10) plt.plot(x) plt.show() 

enter image description here

sorry images blured, can see toolbar shrinking resize.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -