lib.plotting.make_list¶
- lib.plotting.make_list(obj, length=1)¶
Return list from
obj.- Parameters
obj (object, tuple, list, array) – If tuple, list or array, cast to list. Else return list of
objwith lengthlength.length (int, default=1) – Length of list to return, if
objnot already tuple, list or array.
- Returns
toret
- Return type
list