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 24-06-20, 8:53 a.m. roshkj

Answers:

It is possible that these features were added in the later version of matplotlib after the video was created.


30-06-20, 9:38 a.m. ankitrj.iitb


Click here to reply/comment online