How can I plot subplots with nested plot arrowed at a specific point?
问题 I saw this chart in a paper and need to reproduce it. How can I plot a figure like this in Python? Note that: I suspect bigger subplots are perhaps drawn using seaborn or using matplotlib's subplot The smaller plots are POINTING at a specific part of the curve in the bigger plots. 回答1: One strategy can be using mpl_toolkits.axes_grid1.inset_locator , as suggested in the answer to this question: How to overlay one pyplot figure on another I have made a quick example: import matplotlib.pyplot