plot command
I did exactly the same as taught in the tutorial and ran the plot command but I am not able to see the plot.Kindly help me out.....it's showing figure 1 but the plot is not visible , only loading can be seen.
Python-3.4.3 Using-plot-command-interactively 11-12 min 10-20 sec
Answers:
Can you please post the screenshot of the error and code executed? It will be easier to give a proper solution.
I am getting the output shown below:-
21-09-21, 10:33 p.m.
20001002020

You can execute the function show() after the plot command. This should work. Also start the ipython interpreter from CMD by running the command ipython --pylab.
Sir,still it is not working.....https://i.imgur.com/bz79IXq.jpg
show() is a separate command. First run the plot command and in the next prompt execute the show() command.
Sir,I have got the output.Thank you very much
Sir , I have another doubt in using cat command while loading files,Please help me out!!!!!!!! and What is the use of marker =d in using while solving exercise question???
Can you elaborate the issue?