You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I set the min and max value of the colorbar when I add a layer of boxplot? and how?
For example, I'd like to set the max and min value of the colorbar to (2, -2)
Thanks in advance!
Best,
Jericho
The text was updated successfully, but these errors were encountered:
maque4004
changed the title
different layer share same colorbar
set the min, middle, max value of the colorbar
Jun 30, 2021
Hello @maque4004, we are currently in the processes of adding this feature to empress. If you are interested, you can checkout our development branch (see #521). Additional, somewhat related, #484 will also add the ability to color the tree branches using a gradient color scheme.
Thanks @kwcantrell
Now I ran the codes as described in #521 git checkout -b kwcantrell-center-colormaps master git pull https://github.com/kwcantrell/empress.git center-colormaps pip install -e . qiime dev refresh-cache
So I can set the boundaries of the colorbar, but it raised an error below when I set the min value to a negative value.
(If I set the min value >= 0, it can work)
Hi empress developer,
Can I set the min and max value of the colorbar when I add a layer of boxplot? and how?
For example, I'd like to set the max and min value of the colorbar to (2, -2)
Thanks in advance!
Best,
Jericho
The text was updated successfully, but these errors were encountered: