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
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
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