cinemascience / pycinema

cinema engine toolkit
Other
1 stars 4 forks source link

Alpha value for scatter plot points #104

Closed dbanesh closed 2 months ago

dbanesh commented 8 months ago

The ability to set an alpha value for the scatter plot will allow us to get an idea of the density of points in an area. Will be especially useful if the ML is classification because there's only a finite set of outputs and it'll be good to see where the major regions of outputs map to.

dhrogers commented 2 months ago

This is available if you create plots with the python filter. Colors and alpha can be set per data point through the matplotlib API.