Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisplay diagram vertically? #5
Comments
|
Try adding the "direction" directive: |
|
Confirmation, this works: nomnoml::nomnoml(" #direction: down
#.box: visual=ellipse fill=#8f8 bold fontsize=14
#.blob: visual=ellipse
[<abstract>Zones]->[<database>Input data]
[<abstract>Networks]->[Input data]
[<abstract>OD]--:>[<box>Distribution]
[<abstract>Scenarios]--:>[Input data]
[Input data]->[<box>Trip generation]
[Trip generation]->[<box>Distribution]
[<box>Distribution]->[<box>Mode split]
[Distribution]--:>[Trip generation]
[Mode split]->[<box>Assignment]
[Mode split]--:>[Distribution]
[Assignment]--:>[Mode split]
[Assignment]--:>[<usecase>Evolution]")Created on 2019-12-24 by the reprex package (v0.3.0) |

Hi Javier,
Thanks for the great uml interface. How can I make a diagram display vertically (rather than horizontally as in your "[Hello]-[world]" example) from rmarkdown?
Here's my example: