linspace
Title
Question
I have imported numpy ,matplotlib
while typing 'linspace?' I am getting error:
How to solved this error Sir?
I have tried ipython --pylab
after that I am getting attributeError : 'version_info' object has no attribute '_version_'
Python-3.4.3 Using-plot-command-interactively 02-03 min 10-20 sec
Answers:
Dear User,
Please follow the video step by step.
Before you write "linspace?" command, in the ipython prompt type %pylab and press Enter.
Then type linspace? command.
Login to add comment