Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

202
Views
Graphvis - Horizontal instead of Vertical Hierarchy?

I'm new to Graphvis, but I love it. I am mapping my JavaScript code, and so far I have:

digraph G {
  graph [fontsize=24]
  edge [fontsize=24]
  node [fontsize=24]
  ranksep = 1.5
  nodesep = .25
  edge [style="setlinewidth(3)"]
  a[label="$scope.$on(\"playing\")"]
  b[label="$scope.app.adjust"]
  c[label="$scope.app.beforeProceeding"]
  b->c
  a -> playingOrStopped
  HowToShowOp -> image_btn_array
  playingOrStopped -> image_btn_array
}

This gives me a nice diagram in http://magjac.com/graphviz-visual-editor/ however the diagram flows from top to bottom. Does anyone know how to make it flow from left to right instead?

Graphvis Visual Editor

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I found the solution here: https://graphviz.org/doc/info/shapes.html rankdir=LR

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!