Caleydo / mothertable

Mothertable Project @JKU-ICG 💬 @katush @mijar
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Set y-scale of histograms on a per-column basis #299

Closed mstreit closed 7 years ago

mstreit commented 7 years ago

Our bars in the histogram get smaller and smaller the more bins we have. We need to find out what the highest bin is in all histograms contained in a Taggle Column and set this as a max in all histograms.

mstreit commented 7 years ago

Let's calculate the histogram for all elements in the column and use the value of the largest bin as a max in the y-scale for all histograms across the groups.

thinkh commented 7 years ago

Done.

grafik

mstreit commented 7 years ago

Now the histograms are finally meaningful!