-
Notifications
You must be signed in to change notification settings - Fork 109
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
GraphDrawing: nodes=coordinate #318
Comments
Migrated from SourceForge I think I have the same problem. In the following code snippet the "cross out" shape causes problems: \documentclass[tikz,border=0pt]{standalone} \begin{document} \begin{tikzpicture}[user/.style={circle},key/.style={rectangle,rounded corners=3pt},every node/.style={gray,draw,inner sep=-3pt,minimum height=22pt, minimum width=22pt,key}, ren/.style={black,very thick}, sym/.style={very thick, Triangle-}] %%% Local Variables: ERROR: LuaTeX error ...graphdrawing/lua/pgf/gd/interface/InterfaceToDisplay.lua:213: --- TeX said --- The lua interpreter ran into a problem, so the |
Migrated from SourceForge This bug can be fixed (or at least, temporarily circumvented) with the following patch:
|
Migrated from SourceForge
|
Migrated from SourceForge The issue has been fixed in the meantime. |
Migrated from SourceForge
Author: jolx
Timestamp: 2014-06-01 10:02:44.364000
Hi,
I seem to have stumbled on a bug in your GraphDrawing library. If you want to draw a graph with interconnected nodes, I thought of using nodes with no size such as coordinates. This doesn't seem to work as shown in the example below.
This was tested using v3.0.0 of pgf/TikZ; however, it seems like it used to work in the past as indicated at http://tex.stackexchange.com/questions/86588.
The relevant error is:
The text was updated successfully, but these errors were encountered: