elsasserlab / labcode

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

Color parameter in plots #85

Closed cnluzon closed 3 years ago

cnluzon commented 3 years ago

With this PR will be possible to provide an array of color values to the functions plot_bw_profile, plot_bw_bins_violin, plot_bw_bins_scatter.

In plot_bw_profile it is a colors parameter. In the rest it's called highlight_colors as the colored values are the highlighted ones.

YuyingCh commented 3 years ago

😻this is so great!!

Yuying

On 3 Nov 2020, at 18:16, C. Navarro notifications@github.com wrote:

 With this PR will be possible to provide an array of color values to the functions plot_bw_profile, plot_bw_bins_violin, plot_bw_bins_scatter.

In plot_bw_profile it is a colors parameter. In the rest it's called highlight_colors as the colored values are the highlighted ones.

You can view, comment on, or merge this pull request online at:

https://github.com/elsasserlab/labcode/pull/85

Commit Summary

Color parameter in plots File Changes

M elsasserlib/DESCRIPTION (2) M elsasserlib/R/bwplot.R (38) M elsasserlib/man/plot_bw_bins_scatter.Rd (5) M elsasserlib/man/plot_bw_bins_violin.Rd (5) M elsasserlib/man/plot_bw_profile.Rd (6) Patch Links:

https://github.com/elsasserlab/labcode/pull/85.patch https://github.com/elsasserlab/labcode/pull/85.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.