This release fixes two issues in the ``plot_point_cloud`` function, namely:
- passing an rgb image with values outside 0-1 range caused an error which is solved through image normalization
- passing an ``Axes3DSubplot``object returned a tuple which is unintended behaviour and now yields ``Axes3DSubplot``