How can I plot a figure in Python like MATLAB with the following features?:
1) I can zoom in and zoom out. 2) I can modify the range for x and y on the figure 3) I can click on the figure to see actual numbers related to each data point
Another question, how can we specify with wath resolution the matplotlib saves the figure?
To the best of my knowledge, MATPLOTLIB does not have that. Anything else?