glue-viz / glue-plotly

Experimental plot.ly plugin for glue
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

Add error handling to scatter layer artist #77

Closed Carifio24 closed 2 months ago

Carifio24 commented 2 months ago

This PR adds some error handling to the scatter layer artist to account for things like incompatible attributes. The logic here is largely derived from that in the matplotlib scatter layer artist.