camelot-project / frontend

The frontend: The web-facing server software for CAMELOT
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

Set alpha values in legend #124

Closed e-koch closed 9 years ago

e-koch commented 9 years ago

This should be set in our own plotting script. I think alpha_unsel and alpha_sel just need to be specified when creating the legend.

keflavich commented 9 years ago

Related to #123: adjustable alpha within the plot would be awesome; I'm not sure if that's what you're suggesting here?

e-koch commented 9 years ago

No, this would just be setting what the alpha of enabled/disabled points in the plot should be.

We may be able to do the adjustable alpha with only matplotlib, if the mpld3 legend doesn't default the existing points back to the alpha_sel value.

agianne commented 9 years ago

@keflavich @e-koch I can look into this. For now, I would add a separate field in the query form asking for the transparency of the points, and then we can build from there, if you are ok with this.

e-koch commented 9 years ago

@agianne @keflavich - I think we're discussing different things in this issue now. @agianne I think you addressed what I was talking about in #127 already, so I'm going to close this.

Let's move the discussion over to #123