mobiusklein / glypy

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

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

Closed michaelmarty closed 1 year ago

michaelmarty commented 1 year 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 1 year ago

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

mobiusklein commented 1 year ago

The changes look good. Thank you for contributing them.