ScatterPlot example currently shows marker_size takes integer arrays
Open
- Dominant language
- Python
- Stars
- 305
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
**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]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.