Skip to content

Commit

Permalink
fix healpix map plot
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Sep 22, 2023
1 parent fcb13c6 commit 469e1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/CMBLensingPythonPlotExt.jl
Expand Up @@ -290,7 +290,7 @@ end

function PythonPlot.plot(f::HealpixMap; kwargs...)
pyimport("healpy").projview(
collect(f.arr);
pyimport("numpy").array(Array(f.arr));
cmap = "RdBu_r",
graticule = true,
graticule_labels = true,
Expand Down

0 comments on commit 469e1f7

Please sign in to comment.