Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
plotting data [HELP]

Hi community,
im about to analyze the S&P 500 in intraday mode. I got some problems with plotting a histogram. My data is structured like this:
60 rows × 1748 columns. The last 60 minutes before market close for all 1748 days. I need a Histogram with the matrix values on the x-axis and the number of days on the y-axis. Probably i need to convert the matrix right?

Thanks for helping out!