In [1]:
using PlotRecipes; gr()
n = 5
A = sparse(rand(1:n,10), rand(1:n,10), rand(10))
chorddiagram(A, palette=:blues, w=4)


[Plots.jl] Initializing backend: gr
Out[1]:
- 1.0 - 0.5 0 0.5 1.0 - 1.0 - 0.5 0 0.5 1.0

In [2]:
arcdiagram(A)


Out[2]:
- 1 0 1 1 2 3 4 5

In [3]:
graphplot(A)


LoadError: InexactError()
while loading In[3], in expression starting on line 1

 in push! at array.jl:432
 in nanpush! at /Users/tom/.julia/v0.4/Plots/src/utils.jl:386
 [inlined code] from /Users/tom/.julia/v0.4/PlotRecipes/src/graphs.jl:157
 in __apply_recipe#18__ at /Users/tom/.julia/v0.4/RecipesBase/src/RecipesBase.jl:273
 in _plot! at /Users/tom/.julia/v0.4/Plots/src/plot.jl:312
 in graphplot at /Users/tom/.julia/v0.4/Plots/src/recipes.jl:42

In [ ]: