jkanner / pe-viewer

A web app to make plots of posterior samples, skymaps, and waveforms for gravitational wave events.
1 stars 3 forks source link

Look at 1-D plot consistency #90

Open jkanner opened 4 months ago

jkanner commented 4 months ago
jkanner commented 4 months ago

I'm not sure how to make the styles look more similar.

There are currently two different plot libraries used for 1-D posterior histograms. For the "all parameters" tab, I'm using Altair, with the idea that it makes the plots very quickly. I'm not sure how to make these look like the plots that are made by pe-summary.

One option is to eliminate the altair plots, and plotting all of the parameters with pe-summary. I'm worried it would be slow and/or use a lot of memory. But I could give it a try and see what happens.

We could also remove the pesummary 1-d plots.

jkanner commented 4 months ago

In order to help users find the plots more easily, I've relabeled the tabs as "All Parameters" and "Select Parameters". Hopefully, this makes it more clear why the different plots are on different tabs.