We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, with Julia 1.8, under Windows 10,
using GraphPlot using Graphs: smallgraph g = smallgraph(:karate) gplot(g)
doesn't plot anything, but writes a Compose.Context to standard out.
What am I doing wrong?
Thank you!
(graphs) pkg> status Status C:\graphs\Project.toml [336ed68f] CSV v0.10.4 [5ae59095] Colors v0.12.8 [a93c6f00] DataFrames v1.3.4 [a2cc645c] GraphPlot v0.5.2 [86223c79] Graphs v1.7.2 [47aef6b3] SimpleWeightedGraphs v1.2.1 [37e2e46d] LinearAlgebra [9a3f8284] Random
C:\graphs\Project.toml
The text was updated successfully, but these errors were encountered:
See #144
Sorry, something went wrong.
Haha. Thank you!
Maybe this should be made a bit more prominent in readme and doc :-)
No branches or pull requests
Hi, with Julia 1.8, under Windows 10,
doesn't plot anything, but writes a Compose.Context to standard out.
What am I doing wrong?
Thank you!
(graphs) pkg> status
Status
C:\graphs\Project.toml
[336ed68f] CSV v0.10.4
[5ae59095] Colors v0.12.8
[a93c6f00] DataFrames v1.3.4
[a2cc645c] GraphPlot v0.5.2
[86223c79] Graphs v1.7.2
[47aef6b3] SimpleWeightedGraphs v1.2.1
[37e2e46d] LinearAlgebra
[9a3f8284] Random
The text was updated successfully, but these errors were encountered: