Note
Go to the end to download the full example code.
Multi-Target Plotting#
Just like query(), plot() can process data for multiple targets simultaneously. The following will perform a Pan-STARRS image query for four targets, before plotting and combining the returned data into a grid:
Plotting Arguments#
Plotting arguments are applied to all plots in the grid:
images.open(cmap="grey")
Download this Tutorial
Total running time of the script: (0 minutes 3.156 seconds)