|
From: Alexandru P. <a.e...@gm...> - 2013-12-19 09:19:10
|
I need to plot some large csv files that contain financial data with timestamps that have nanosecond precision. Is there a way to make matplotlib show these timestamps as dates with nanosecond precision? If not, is there a way to plot my data by sending the timestamps, and then set a formatter that will show the timestamp based on a custom format of my choosing? Note that I'm embedding matplotlib in a wxPython application, and I am not familiar with the ipython way of working with matplotlib. |