NCATSTranslator / Feedback

A repo for tracking gaps in Translator data and finding ways to fill them.
7 stars 0 forks source link

'horizontal' vs. 'vertical' layouts #937

Open gglusman opened 2 months ago

gglusman commented 2 months ago

In the Pathfinder UI (haven't checked the others), the 'vertical' and 'horizontal' options for the graph appear to be swapped:

image image
dnsmith124 commented 2 months ago

This occurs because the layout determines the arrangement of the nodes which are on the same "level", rather than the arrangement of the entire graph. This results in a counterintuitive arrangement of nodes compared to the name of the layout when there are very few nodes present in the graph. We've noticed little interaction from users with these layout types and plan to update or remove them in a future update.