25

Is it possible to specify the thickness of lines (for edges and nodes) in Graphviz?

I've looked at the documentation about attributes, but I can't seem to find what I'm looking for. I'm surprised if it's not possible though.

Samuel Liew
  • 76,741
  • 107
  • 159
  • 260
ᴇʟᴇvᴀтᴇ
  • 12,285
  • 4
  • 43
  • 66
  • 5
    Note that, while the ANSWER is a duplicate, the QUESTION is not. The referenced "duplicate" only asks how to change the width of edges. If I want to change the width of nodes, nothing about that question tells me that the answer is what I want. Also, googling graphviz node edge width doesn't find that answer. – Jon Watte Mar 13 '15 at 00:37

1 Answers1

36

Is penwidth what you are looking for?

Specifies the width of the pen, in points, used to draw lines and curves, including the boundaries of edges and clusters. The value is inherited by subclusters. It has no effect on text.

Community
  • 1
  • 1
Owlvark
  • 1,763
  • 17
  • 28