Skip to content

Commit

Permalink
Fixed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Damian authored and Adrian Damian committed Jun 10, 2024
1 parent ac941da commit a8fb674
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/alma/alma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ shape, etc. (Note: this require the `regions` Python package to be installed.
.. doctest-remote-data::
.. plot::
:include-source
>>> from astroquery.alma import Alma, get_enhanced_table
>>> alma = Alma()
Expand All @@ -324,6 +322,11 @@ shape, etc. (Note: this require the `regions` Python package to be installed.
To further draw the footprint:
.. code-block:: python
.. plot::
:include-source
>>> from astropy import wcs
>>> import matplotlib.pyplot as plt
>>> # Create a WCS; for plotting, all that matters is that it is centered on our target region
Expand Down

0 comments on commit a8fb674

Please sign in to comment.