diff --git a/ChangeLog.md b/ChangeLog.md index aecfe53e..6d4f892d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -18,6 +18,7 @@ Emperor 0.9.1 (changes since Emperor 0.9.0 go here) * Export to SVG your visualization. * Emperor now relies on QIIME 1.7.0. * Added option `--number_of_segments` to control the quality of all spheres +* Labels for biplots now have a color picker. * Add color pickers for connecting bars in coordinate comparison plots. * Add option to select a master set of coordinates when making a comparison plot. diff --git a/emperor/format.py b/emperor/format.py index 84301f20..7cd22632 100755 --- a/emperor/format.py +++ b/emperor/format.py @@ -392,6 +392,7 @@ def format_emperor_html_footer_string(has_biplots=False, has_ellipses=False, optional_strings.append(if_(has_biplots, _BIPLOT_SPHERES_COLOR_SELECTOR,'')) optional_strings.append(if_(has_biplots, _BIPLOT_VISIBILITY_SELECTOR, '')) optional_strings.append(if_(has_biplots, _TAXA_LABELS_SELECTOR, '')) + optional_strings.append(if_(has_biplots, _TAXA_LABELS_COLOR_SELECTOR, '')) optional_strings.append(if_(has_edges, _EDGES_COLOR_SELECTOR, '')) optional_strings.append(if_(has_ellipses, _ELLIPSE_OPACITY_SLIDER, '')) optional_strings.append(if_(has_vectors, _VECTORS_OPACITY_SLIDER, '')) @@ -452,6 +453,10 @@ def format_emperor_html_footer_string(has_biplots=False, has_ellipses=False, Biplots Label Visibility """ +_TAXA_LABELS_COLOR_SELECTOR = """ +