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
I would like to plot a phylogenetic tree with just the species names but no bubbles. It seems I can do either "species names + bubbles" or "no species names and no bubbles", but I can't figure out how to keep species names without keeping the bubbles.
data(esophagus)
# no labels no bubbles
plot_tree(esophagus,
'treeonly',
ladderize = 'left')
# labels and bubbles
plot_tree(esophagus,
ladderize = "left",
label.tips = "taxa_names",
text.size = 3)
Since I am not interested in colors, the last command just gives me a bunch of black circles which seem confusing in the figure and I'd like to remove them:
I appreciate any advice you might have!
Best,
~Lina
The text was updated successfully, but these errors were encountered:
Hi all,
I would like to plot a phylogenetic tree with just the species names but no bubbles. It seems I can do either "species names + bubbles" or "no species names and no bubbles", but I can't figure out how to keep species names without keeping the bubbles.
Since I am not interested in colors, the last command just gives me a bunch of black circles which seem confusing in the figure and I'd like to remove them:
I appreciate any advice you might have!
Best,
~Lina
The text was updated successfully, but these errors were encountered: