Assignment Solution Doubt: Ylabel text alignment
In the solution to the question number 2, the answer is given as No.
But it is possible to modify the alignment of the given label using **kargs of text. That means:
ylabel("Y", horizontalalignment='left', verticalalignment='top')
would modify the text alignment of the Y label.
Then why the answer to the solution is given as No?
Python-3.4.3 Embellishing-a-plot 12-13 min 40-50 sec
Answers:
It is possible that these features were added in the later version of matplotlib after the video was created.