File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- .. doctest-skip-all
2
-
3
1
.. _astroquery.hips2fits :
4
2
5
3
******************************************
@@ -37,7 +35,7 @@ Examples
37
35
With a user defined astropy WCS
38
36
-------------------------------
39
37
40
- .. code-block :: python
38
+ .. doctest-remote-data ::
41
39
42
40
>>> from astroquery.hips2fits import hips2fits
43
41
>>> import matplotlib.pyplot as plt
@@ -70,12 +68,13 @@ With a user defined astropy WCS
70
68
... cmap= Colormap(' viridis' ),
71
69
... )
72
70
>>> im = plt.imshow(result)
73
- >> > plt.show(im)
71
+ >>> plt.show() # doctest: +IGNORE_OUTPUT
74
72
75
73
.. image :: ./query_wcs.png
76
74
77
75
Without WCS
78
- -----------
76
+
77
+ .. doctest-remote-data ::
79
78
80
79
>>> from astroquery.hips2fits import hips2fits
81
80
>>> import matplotlib.pyplot as plt
@@ -98,7 +97,7 @@ Without WCS
98
97
... cmap= Colormap(' viridis' ),
99
98
... )
100
99
>>> im = plt.imshow(result)
101
- >>> plt.show(im)
100
+ >>> plt.show() # doctest: +IGNORE_OUTPUT
102
101
103
102
.. image :: ./query_no_wcs.png
104
103
You can’t perform that action at this time.
0 commit comments