-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to reflect changes in metadata for manuscript preparation #4
Conversation
if `export_legend` is enabled, present the legend in the resulting Visualization. Note that there was a minor bug in the original version of the Visualizer - since the conditional was being evaluated after `export_legend` was cast to a string, it always evaluated to `True`.
Co-authored-by: Liz Gehret <54517601+lizgehret@users.noreply.github.com>
Co-authored-by: Liz Gehret <54517601+lizgehret@users.noreply.github.com>
Co-authored-by: Liz Gehret <54517601+lizgehret@users.noreply.github.com>
Co-authored-by: Liz Gehret <54517601+lizgehret@users.noreply.github.com>
@@ -475,9 +484,16 @@ def plot_pcoa_2d(metadata_fp, ordination_fp, measure, | |||
ax.plot([x0_bulk_mean, x1_mean], [y0_bulk_mean, y1_mean], | |||
'--', color='#C5C9C7', linewidth=0.75, zorder=2) | |||
|
|||
# handling title text for buckets depending on bucket highlighting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @gregcaporaso i added this segment below to improve the title text - i'll attach a few images to the main PR description so you can see what this looks like. other than this update, everything looks g2g!
hey @gregcaporaso here's what the updated title text looks like: If you're okay with these changes, this should be ready to merge! |
Looks great, thanks @lizgehret! |
No description provided.