thegooglecodearchive / healpy

Automatically exported from code.google.com/p/healpy
GNU General Public License v2.0
0 stars 0 forks source link

Healpy Mollview function not showing plot #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import numpy as np
>>> import healpy as hp
>>> NSIDE = 32
>>> m = np.arange(hp.nside2npix(NSIDE))
>>> hp.mollview(m, title="Mollview image RING")
2.
3.

What is the expected output? What do you see instead?
After execution of hp.mollview function in above code, no plot appeared! 

What version of the product are you using? On what operating system?
I am Linux Ubuntu 12.04 and Python 2.7

Please provide any additional information below.

Original issue reported on code.google.com by jibranli...@gmail.com on 5 Jun 2013 at 8:26