Return an array with the elements of a right-justified in a string of length width.
Calls str.rjust element-wise.
a : array_like of str or unicode
width : int
The length of the resulting strings
fillchar : str or unicode, optional
The character to use for padding
out : ndarray
Output array of str or unicode, depending on input type
See also
str.rjust
numpy.core.defchararray.replace
numpy.core.defchararray.rpartition
Enter search terms or a module, class or function name.