Return an array with the elements of a left-justified in a string of length width.
Calls str.ljust element-wise.
Parameters : | a : array_like of str or unicode width : int
fillchar : str or unicode, optional
|
---|---|
Returns : | out : ndarray
|
See also