import sunpy.map
from sunpy.data.sample import HMI_LOS_IMAGE
hmi_map = sunpy.map.Map(HMI_LOS_IMAGE)
hmi_map.plot()