Session Ready
Exercise

Pokémon sightings

There have been reports of sightings of rare, legendary Pokémon. You have been asked to investigate! Plot the coordinates of sightings to find out where the Pokémon might be. The X and Y coordinates of the points are stored in list x and y, respectively.

Instructions
100 XP
  • Import the pyplot class from matplotlib library as plt.
  • Create a scatter plot using the pyplot class.
  • Display the scatter plot created in the earlier step.