Viewing profile — steveroush
steveroush
HN member- Joined
- Thu, Jun 11, 2020, 12:35 AM UTC
- HN karma
- 7
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About steveroush
No profile information was provided.
Recent public activity
-
comment
Comment #30737230
Dot will set relative Y value via ranking. All nodes with the same rank share a common Y.
-
comment
Comment #30716285
Cool! Will it emulate/recreate any of the other engines (neato, etc.)?
-
comment
Comment #29972116
If you have Graphviz "how do I do..." questions, try the forum ( https://forum.graphviz.org/ ) or stackoverflow ( https://stackoverflow.com/ ). If you have bug fix or enhancement r…
-
comment
Comment #29972078
I second the GVPR praise. Pretty powerful.
-
comment
Comment #29969622
Look at the group attribute, it can help with vertical (off-rank) alignment
-
comment
Comment #23494665
Hmmm, Graphviz can do this now. Search the FAQ for "how do I use non-ASCII character sets"
-
comment
Comment #23484903
Continuing to show my ignorance, would adding a TikZ output option be a good thing? I'm fuzzy as to Tex/LaTex/TikZ relationship. The graphics part in TikZ looks pretty simple to do…
-
comment
Comment #23484245
"default styles" - are you talking about default fonts, or something else?
-
comment
Comment #23484237
I think dpic has surpassed pic/gpic
-
comment
Comment #23484166
There are multiple ways. Several of the output file formats contain this info as text.
-
comment
Comment #23484137
I wouldn't quite call it nesting, but you can draw nodes on top of other nodes and to a large degree edges still work. But it requires explicit positioning of the "upper" nodes.
-
comment
Comment #23483938
I'm not a TeX user, are you asking for: 1. TeX output file format, but with current font drivers 2. Current output file formats, but with TeX fonts 3. TeX output with TeX fonts 4. …