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
Related topics
Topic
Replies
Views
Activity
Plots.jl fill within limits only
General Usage
visualization
7
1344
April 10, 2021
Plot contours of a heatmap
General Usage
plotting
3
1399
April 18, 2020
Plotting lines from Contours.jl
Visualization
question
0
545
June 23, 2020
Interpolated data contour plot like surface
Visualization
gmt
5
1952
September 17, 2018
Easiest way to do Contour & 3D Plots of Semi-Discrete solution data?
General Usage
plotting
6
1323
October 9, 2020