doubt in labels
Title
Question
xlable("$X$")
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-117-e613db4a41e3> in <module>
----> 1 xlable("$X$")
error is thrown.
Python-3.4.3 Additional-features-of-IPython 06-07 min 0-10 sec
Answers:
You have misspelt 'xlabel' it's xlabel not xlable. Can't tell if it's only the error as you haven't shown the complete error log. Hope this helps
Login to add comment