-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display 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) |
Robinlovelace
added a commit
to Robinlovelace/nomnoml
that referenced
this issue
Dec 24, 2019
javierluraschi
added a commit
that referenced
this issue
May 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: