feat: Add support for laying out graphs horizontally#301
feat: Add support for laying out graphs horizontally#301mlyoung101 wants to merge 1 commit intobobluppes:mainfrom
Conversation
51b86ae to
b82914d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #301 +/- ##
=======================================
Coverage 99.58% 99.58%
=======================================
Files 59 59
Lines 2621 2637 +16
Branches 136 137 +1
=======================================
+ Hits 2610 2626 +16
Misses 11 11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Marking this PR as stale. It will not be automatically closed. Even though the maintainers of Graaf may not always have time to take a look in a timely fashion, your contributions are much appreciated. |
|
Hey @bobluppes, if you have the chance do you reckon you could have a look at this? It's a pretty short diff. |
|
Marking this PR as stale. It will not be automatically closed. Even though the maintainers of Graaf may not always have time to take a look in a timely fashion, your contributions are much appreciated. |
For my project, the graphs work much better when laid out horizontally, so I added this as a feature upstream. It just adds a flag to
io::to_dotcalledhorizontal, that defaults to false to preserve existing behaviour. Tests added too :)