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
Fix small bug that causes top of trees to be in middle of page when number of generations is small. (This is due to the fact that there's actually a hidden one-individual "generation" that's needed by d3's tree layout function. To fix it I can special-case the y-coordinates of the first proper generation.)
The text was updated successfully, but these errors were encountered:
Fix small bug that causes top of trees to be in middle of page when number of generations is small. (This is due to the fact that there's actually a hidden one-individual "generation" that's needed by d3's tree layout function. To fix it I can special-case the y-coordinates of the first proper generation.)
The text was updated successfully, but these errors were encountered: