heatmap
using
AbstractPlotting
x
=
LinRange
(
-
1
,
1
,
40
)
y
=
LinRange
(
-
1
,
1
,
40
)
z
=
x
.*
y
'
heatmap
(
x
,
y
,
z
)