Skip to content

Commit 1cc5a24

Browse files
committed
PLATOWRQ-402: added remote test label to docs in section 6
1 parent 0166037 commit 1cc5a24

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/esa/plato/plato.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ results for the contaminants using ``pic_target_contaminants[PIC_Name]``.
236236
------------------
237237
Once the required data has been extracted, it is possible to generate a chart to plot the required data:
238238

239+
.. doctest-remote-data::
240+
239241
>>> from astroquery.esa.plato import PlatoClass
240242
>>> plato = PlatoClass()
241243
>>> results = plato.search_pic_target_go(target_name='Gaia DR3 5262913119040164480', radius=5) # doctest: +IGNORE_OUTPUT
@@ -251,6 +253,8 @@ A third dimension can be drawn in the previous plot, assigning a value for the Z
251253
a colormap showing this third list of values. Please bear in mind that the colormap shall be available within Matplotlib
252254
collection.
253255

256+
.. doctest-remote-data::
257+
254258
>>> from astroquery.esa.plato import PlatoClass
255259
>>> plato = PlatoClass()
256260
>>> results = plato.search_pic_target_go(target_name='Gaia DR3 5262913119040164480', radius=5) # doctest: +IGNORE_OUTPUT

0 commit comments

Comments
 (0)