flatironinstitute / mcmc-monitor

Monitor MCMC runs in the browser
Other
35 stars 0 forks source link

set scatterplot matrix width/height to fit in window #74

Open magland opened 1 year ago

magland commented 1 year ago

Right now the scatterplot matrix size in pixels is set such that it fits by width, but not by height.

For example: image

Notice that the bottom right gets cutoff in the vertical direction, and a scrollbar is needed. I think it would be better to set the width/height so that it is constrained by the window height in addition to the width. And no scrollbar. I think that the individual scatter plots should always be square.