We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4900a61 commit a97f6e7Copy full SHA for a97f6e7
index.html
@@ -13,10 +13,11 @@
13
await micropip.install('dist/healpy-0.1.0-py3-none-any.whl');
14
await micropip.install('matplotlib');
15
pyodide.runPython(`
16
+import matplotlib
17
+matplotlib.use("module://matplotlib_pyodide.wasm_backend")
18
import healpy as hp
19
import matplotlib.pyplot as plt
-import matplotlib
-matplotlib.use("module://matplotlib.backends.html5_canvas_backend")
20
+
21
m = hp.read_map(
22
"test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
23
)
0 commit comments