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 obj with length length.

  • length (int, default=1) – Length of list to return, if obj not already tuple, list or array.

Returns

toret

Return type

list