Plots.heatmap negative axis bug

I would recommend using built-in Julia tools instead:

heatmap(-20:-1, 1:10, reverse(FF,dims=2), xflip=true)

NB:
Not sure it is a bug as Plots.jl warns that: points are not sorted in ascending order