Quantcast
Channel: Plotting heatmap of a correlation matrix using Julia - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Stepan S. Sushko for Plotting heatmap of a correlation matrix using...

I would suggestusing PlotlyJSz = convert(Matrix{Float64}, z)plot( heatmap(z=z))

View Article



Image may be NSFW.
Clik here to view.

Answer by Benoit Pasquier for Plotting heatmap of a correlation matrix using...

Have you tried the heatmap function from a plotting package, e.g., Plots.jl?julia> using Plots, LinearAlgebrajulia> M = min.(1.0, Matrix(Symmetric(rand(5,5) + I)))5×5 Matrix{Float64}: 1.0...

View Article

Plotting heatmap of a correlation matrix using Julia

I would like to plot a heatmap of the following kind of matrix.Matrix to plotThe final output should look like this: Expected output styleThanks very much!

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images