WireViz icon indicating copy to clipboard operation
WireViz copied to clipboard

How to draw small width wires ?

Open bigboss59400 opened this issue 1 year ago • 5 comments

Hello,

Is there a way to modify the aesthetics of the connections between the connectors? I would prefer something simpler, such as no borders, just a line.

Thanks!

bigboss59400 avatar Jul 20 '24 15:07 bigboss59400

Do you mean something like this? ex01

tobiasfalk avatar Jul 20 '24 16:07 tobiasfalk

Exactly ! could you share how did you do it please ?

bigboss59400 avatar Jul 20 '24 17:07 bigboss59400

I edited the Python code that generates the wire edges.

tobiasfalk avatar Jul 20 '24 17:07 tobiasfalk

I edited the Python code that generates the wire edges.

Do you mind share it ?

bigboss59400 avatar Jul 20 '24 17:07 bigboss59400

In my fork #412 (https://github.com/tobiasfalk/WireViz/tree/Jumpers_reimp2) I changed line 455 and 492 of src/wireviz/wv_graphviz.py there I removed the #000000(HEX for Black) and the :

tobiasfalk avatar Jul 20 '24 20:07 tobiasfalk