Where is the documentation kept for spyder (python IDE) to access?
As I am typing plot.savefig( in the spyder console, I get a pop up for the documentation for savefig(). It's a pretty nice feature, but it disappears as soon as I move the mouse. Where is it pulling this documentation from? I have searched the /doc folder and can't find anything related to matplotlib. I would like to open it in a PDF viewer on another monitor.
import matplotlib.pyplot as plt
plt.savefig()
Here is an image of the documentation for clarification:
