-
Notifications
You must be signed in to change notification settings - Fork 36
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
graphplot() doesn't work with PGFPlots #77
Comments
PS:
all packages are checked out to master. |
PGFPlots.jl doesn't have the ability to plot graphs (the type with nodes and edges). Perhaps you want TikzGraphs.jl? |
Or maybe I'm not understanding how this is supposed to work? One thing that would help me debug this is to run
and then send me the .tex file that gets produced in the current directory. That line 211 in your error message indicates that lualatex is having trouble compiling the tex file. |
I was under the impression that plotrecipes would allow graph plotting regardless of backend. Perhaps that was a bad assumption. In any case, I'll send the tex file. |
Update: there is no .tex file generated. Here's the complete session:
|
I think I figured out the problem. See my suggested fix here: JuliaPlots/GraphRecipes.jl#28 |
Thank you! Hopefully we can get this fixed. |
Hi,
graphplot()
is part ofPlotRecipes.jl
and allows plotting LightGraphs graphs. The function works without problems on other backends, but withPGFPlots
it fails withAny ideas on how to fix?
The text was updated successfully, but these errors were encountered: