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

plot_tree should use the subtree parameter #158

Open
tonywong94 opened this issue Jun 22, 2017 · 1 comment
Open

plot_tree should use the subtree parameter #158

tonywong94 opened this issue Jun 22, 2017 · 1 comment
Labels

Comments

@tonywong94
Copy link

line 103 of plot.py:

lines = self.get_lines(structures=structure, **kwargs)

should be changed to

lines = self.get_lines(structures=structure, subtree=subtree, **kwargs)

@tonywong94
Copy link
Author

Turned this into a pull request today.

@astrofrog astrofrog added the bug label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants