Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Seeing backtest graph in minute resolution

I am working on an algorithm that uses handle_data(context,data). Is there a way to see the backtest graph in minute resolution? It looks to me like the graph is always in day resolution.
I remember Quantopian used to have an option to run tests in day or minute increments, and based on my choice the graph resolution would adjust. I don't see this option anymore. So my only way to see what happens is the logs
Any idea?