Thomas Robitaille

Results 615 comments of Thomas Robitaille

Not currently but we really need to develop one!

@maartenbreddels - that would be easy to generate from the glue side, so I'm happy to do that if @mariobuikhuizen confirms it would work from the vuetify side :)

This is related to https://github.com/QuantStack/glue-jupyterlab/issues/121

Thanks for the PR! The logic isn't quite right yet though - in the following example if I have a subset layer selected and I toggle the visibility of a...

The subset stuff is in the dropdown so that in principle you can change the visual properties of the subsets too. I realised that in jdaviz you may not want...

> Well, as far as Imviz is concerned, no one is using the transparency thingy Another real use case for the drop down is if you want to overlay contours...

@maartenbreddels - a couple of questions for you: 1. The labels sometimes update and sometimes don't - could you take a look at what might be happening? (just run the...

Just to check, does this work? ``app.data_collection[0].subsets[0].style.color = 'blue'``? Clearly an intuitive API, no? 😉 If you have a reference to the dataset you can do ``data.subsets[0].style.color = 'blue'``.