-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hide wiring information #212
Comments
I never thought of this as a use-case, but I think it makes sense for simpler diagrams.. An additional attribute for the cable would be necessary, and the GraphViz rendering would need to take this into account... I would welcome a PR for this matter! |
The When I get the time, I can try creating a PR supporting such a feature. It might fit well together with a couple of other changes I have in mind. |
Sounds good, I'm curious to hear about your other ideas. |
@wlgrd asked how to hide the wire information more than a year ago. If you (or other visitors) still need this feature, see my work-around suggestion below.
I'm sorry that I haven't had the time for this, but I still have my notes with ideas that could both resolve this and enhance the loops feature, but at the moment I should probably wait for the merging of PR #251 to avoid major conflicts in the code to generate the GV HTML.
The tweak work-around suggested in #174 (comment) was added in v0.3 and that can help this old issue. Inspired by the #270 (comment), I found a work-around for this issue as well. Append the following to my one year old YAML input suggestion above: tweak:
override:
graph:
ranksep: "0.5" # Reduce the horizontal spacing (default 2)
W1:
shape: none # Hide the surrounding frame
fontsize: "12" # Reduce the space needed for text
fontcolor: white # Same as background to hide the text This should then be the result, and is close to what you aimed for: |
Note that I found this would only work for simple examples. If EDIT : I created #376 that extends this idea. |
Is it possible to leave out the wire information, and just have the connections visible in the output?
The text was updated successfully, but these errors were encountered: