I am a newbie at Glue but I enjoy it yet very much.
I am trying to visualize biological analysis that are organized in matrixes of 384 result (row, column: 16x24). Each result is numerical and each set of 384 as an ID.
I can easily represent these result using a Matplotlib subplots of scatterplots with (x=column, y=row, c=value) for each ID (see below). I managed to set up a custom viewer in Glue for one set of 384 results. that works very well.
How could I adapt this to a custom viewer in glue, if it's possible, please? If it's not how could I automate the generation of n single views (one per set/ID)?
Thank you.