elsasserlab / labcode

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

plot_bw_bins_violin crashes with no default highlight_color value #90

Open cnluzon opened 3 years ago

cnluzon commented 3 years ago

If highlight parameter is set but no highlight_color provided, following error appears:

Error: Insufficient values in manual scale. 1 needed but only 0 provided.

As it is, it forces the user to always provide a color list.

cnluzon commented 3 years ago

This issue also happens with plot_bw_bins_scatter.