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()
sorry images blured, can see toolbar shrinking resize.
Comments
Post a Comment