sir , numpy installed bt linspace command is not working
Title
Question
sir , numpy installed bt linspace command is not working
Python Using-the-plot-command-interactively 02-03 min 0-10 sec
Answers:
Hello, have you started the Ipython console correctly? Have you started the Ipython console with the command
ipython --pylab
You can also use %pylab after starting the ipython console. This should allow you to use linspace command directly
%pylab
Is the command to initialize and execute matplotlib library.
After execution of above command you can plot graphs
Login to add comment