Re: [Tkinter-discuss] tkinter issue while using matplotlib module..

2017-07-21 Thread Michael Lange
Hi, On Mon, 17 Jul 2017 15:02:04 +0530 niraj pandey wrote: > Hi , > > I am getting the error while running one of my python script. > > import matplotlib.pyplot as plt > plt.plot([1,2,3,4]) > plt.ylabel('some numbers') > plt.show() I don't know about matplotlib, but this code snippet works he

[Tkinter-discuss] tkinter issue while using matplotlib module..

2017-07-19 Thread Cameron Laird
niraj pandey has tried to submit a question to the list. Apparently I misconfigured something, be- cause it's not showing up promptly. While I correct my error, I transcribe niraj's request here: > I am getting the error while running one of my python script. > > import matplotlib.pyplot as pl

[Tkinter-discuss] tkinter issue while using matplotlib module..

2017-07-19 Thread niraj pandey
Hi , I am getting the error while running one of my python script. import matplotlib.pyplot as plt plt.plot([1,2,3,4]) plt.ylabel('some numbers') plt.show() Error: raceback (most recent call last): File "test.py", line 4, in plt.show() File "/grid/common/pkgs/python/v2.7.2/lib/python