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
Plot contours of a heatmap
General Usage
plotting
3
1454
April 18, 2020
Why is this Plots.jl contour plot blank?
General Usage
question
,
package
,
plots
1
610
April 25, 2021
Change colours in contour plot
General Usage
package
,
plotting
4
3841
February 14, 2017
Transparancy in colormap / removing contour level
Visualization
0
324
October 5, 2022
Plotting a filled contour and saving as eps or svg
General Usage
images
,
plotting
26
7353
September 21, 2018