You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Differences in wire thickness became an issue in #17 and in this context, I suggested a new feature that is better off in this new issue.
If we go in this direction, then maybe a difference in cable gauge also optionally could be visualized as a difference in wire thickness between different cables. Equal wire thickness can be implemented using the same number of color entries for these wires internally and for Graphviz, i.e. several equal color entries for unicolored wires.
AFAIK, the wire gauge value is not currently inerpreted, but one approach could be to sort all unique gauge values, use the minimum thickness for the smallest mm^2 value (or highest AWG), add a constant to the thickness for the next gauge value, etc. If we need a maximum thicness limit, then close gauge values can be grouped and use equal thickness. Alternatively, a less functional, but simpler implementation could be to add an optional wire thickness attribute in the YAML file.
formatc1702
changed the title
Visualize wire gauge differences as differences in wire thickness
[feature] Visualize wire gauge differences as differences in wire thickness
Jun 28, 2020
Differences in wire thickness became an issue in #17 and in this context, I suggested a new feature that is better off in this new issue.
If we go in this direction, then maybe a difference in cable gauge also optionally could be visualized as a difference in wire thickness between different cables. Equal wire thickness can be implemented using the same number of color entries for these wires internally and for Graphviz, i.e. several equal color entries for unicolored wires.
Originally posted by @kvid in #17 (comment)
The text was updated successfully, but these errors were encountered: