Skip to content
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

phylogenetic tree without bubbles but with species names #617

Closed
lfaller opened this issue May 25, 2016 · 1 comment
Closed

phylogenetic tree without bubbles but with species names #617

lfaller opened this issue May 25, 2016 · 1 comment

Comments

@lfaller
Copy link

lfaller commented May 25, 2016

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.

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:

screen shot 2016-05-25 at 4 19 59 pm

I appreciate any advice you might have!

Best,
~Lina

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants