elsasserlab / labcode

Utils to perform frequent data analyses in the lab.
GNU General Public License v3.0
0 stars 1 forks source link

Scatterplot 2d histogram version #86

Open cnluzon opened 3 years ago

cnluzon commented 3 years ago

bw_bins takes a while to draw all the dots and they overlap anyway, a 2d histogram is always more informative. It is possible to add a parameter here or just a separate function plot_bw_bins_density or hist2d, something like this.

Probably it's best to provide a separate function, proxy value instead of density would also be interesting to add.