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