0

I used seaborn scatter plots to display data. I want to add a background image only to the No.1 rectangular region as shown in the figure below. How to add a background image to a specific area in this scatter plot?enter image description here

  • `seaborn` is a wrapper for `matplotlib`, so it's the same implementation. Change the order of the plotting (e.g. plt.imshow first, and then plt.scatter) and change `extent` to define the picture region. [Code and Plot](https://i.stack.imgur.com/QgkFc.png) – Trenton McKinney Sep 19 '21 at 03:21

0 Answers0