Python 3 improvement for the rdc.corr_plot and pcs.corr_plot user functions.
The world view is now set in floating point numbers. In Python 2, the math.ceil() and math.floor()
functions return floats, whereas in Python 3 these functions return integers. The behaviour is now
consistent in both Python versions, fixing a few system tests.