Python Forum

Full Version: How can I scroll over my data points when creating plots in Python? (I'm using Spyder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In MATLAB when a simple plot is made, I can choose a specific data point and then use LEFT / RIGHT keys to scroll over all my data points in that given graph.

Can this be done somehow with Python? I'm using Spyder IDE... if not in Spyder, can this be done with some other IDE?

THANKS