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
and I got multiple errors Warning: Arrow type "32" unknown when running dot test.dot -Tpng -o test.png - then some outputs are missing the correct cardinalities. Please advise
The text was updated successfully, but these errors were encountered:
hi, it seems to not produce any warnings for me. my only guess is that it's something to do with the specific layout you're trying to force. The arrows always go from left to right, so trying to lay tables on top of each other messes that up. Which is probably why the cardinalities get confused. Removing rank adjustments fixes this.
I made the following as
test.json
:and I got multiple errors
Warning: Arrow type "32" unknown
when runningdot test.dot -Tpng -o test.png
- then some outputs are missing the correct cardinalities. Please adviseThe text was updated successfully, but these errors were encountered: