Problem Description
ScatterPlot example scatter_1d currently shows marker_size takes integer arrays as an input
This will return a typeerror in the Kiva backend.
Reproduction Steps:
Run the scatter_1d demo from etsdemo. with marker_size=randint(1,5, numpts)
Expected behavior:
This should have generated a scatterplot with different sized points.
OS, Python version: [windows, Python3.8]