Right now, [this line](https://github.com/fastplotlib/fastplotlib/blob/c95ed34f6e0832f80479d03c28e76cfdac559a97/fastplotlib/utils/functions.py#L459) leads to errors if "arr" is not a np.ndarray. Need to do "arr[:]" to avoid unexpected behavior.