What’s new in Julia
graphplot()
fromGraphRecipes
librarysum( , i)
method for graphs/adj. matrices- RGB type
- Functions for images:
red()
,green()
,blue()
,Gray()
- Imaginary number
1im
and componentimag()
- EVD with
eigvals()
andeigen()
- SVD with
svd()
- No plotting box with
frame=:none
- loading Julia data file
@load "voting.jld2" A;
- I did not succeed at this
heatmap()
: plot a heatmapreverse()
: reverse order of object, can specify dimension