Julia Programming Language
Filled contour plots in Plots.jl without contour lines and smooth interpolation (GR backend)
Specific Domains
Visualization
plots
,
gr
jheinen
February 18, 2020, 9:14am
2
Isn’t this the functionality of a
heatmap
?
using GR z = peaks(200) contourf(z) heatmap(z)
Screen Shot 2020-02-18 at 10.11.29
1424×1168 509 KB
heatmao
1424×1168 612 KB
3 Likes
Easiest way to do Contour & 3D Plots of Semi-Discrete solution data?
show post in topic