Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7918635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:34:34+00:00 2026-06-03T15:34:34+00:00

I am drawing an undirected graph with Graphviz that has redundant edges, (e.g. A

  • 0

I am drawing an undirected graph with Graphviz that has redundant edges, (e.g. A — B and B — A). I would like to see only one line between the two vertices, regardless of whether there is a redundant reverse edge in the data. My question is, is there a way to do this with Graphviz, without having to use some other tool/code first to remove the redundant edges? I have tried graph [splines=false]; without any success. Below is a minimal example:

graph G {
    graph [splines=false];
    node [shape=point];
    a -- b;
    b -- a;
}

And the output:

enter image description here

What I want as output is:

enter image description here

despite the redundant edges that may exist in the specified graph.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T15:34:39+00:00Added an answer on June 3, 2026 at 3:34 pm

    Try “strict graph G { … }”

    A strict graph or digraph disallows parallel edges.

    Stephen North north@graphviz.org

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a drawing application with canvas. I would like to implement an erase
I'm drawing a bunch of UIImageView (100x100) as menu items. Each has its own
Drawing circles on PostScript is easy, and I'm surprised that PDF apparently doesn't carry
I am drawing single line by CAShapeLayer *lineShape = nil; CGMutablePathRef linePath = nil;
Drawing flat waves is easy, but I want to draw the wave between two
I have a simple drawing class. There is a view controller that includes a
which of the open source Java graph drawing frameworks to use for a network
I'm drawing points on a map with OpenLayers like in this example: http://dev.openlayers.org/examples/draw-feature.html Now
Drawing line with QPainter. onMousePressed : saving (x0,y0) onMouseReleased : QPainter.drawLine (x0,y0,x1,y1) I want
Before drawing a shape on a canvas I have a preview that displays how

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.