mobiusklein / glypy

Glycan Analysis and Glycoinformatics Library for Python
Apache License 2.0
31 stars 14 forks source link

Added pad and pad_factor as options on Plot in draw_tree.py #24

Closed michaelmarty closed 2 years ago

michaelmarty commented 2 years ago

Added pad and pad_factor as options on Plot in draw_tree.py. Using a pad of 0.5 and a pad_factor of 0 give a tighter box around the plots.

michaelmarty commented 2 years ago

This change added pad and pad_factor as editable inputs on the plot command.

mobiusklein commented 2 years ago

The changes look good. Thank you for contributing them.