Skip to content

Commit 66aa458

Browse files
authoredApr 28, 2018
Merge pull request #401 from ocefpaf/update_examples
Update examples
2 parents 3de6746 + fdec6e1 commit 66aa458

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+128
-22
lines changed
 

‎examples/allskymap.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import (absolute_import, division, print_function)
2+
13
from __future__ import unicode_literals
24
"""
35
AllSkyMap is a subclass of Basemap, specialized for handling common plotting

‎examples/allskymap_cr_example.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import (absolute_import, division, print_function)
2+
13
"""
24
Example of astronomical use of AllSkyMap class in allskymap.py module
35

0 commit comments

Comments
 (0)