I work a lot with pandas data files containing timers. For data analysis, I make graphs for a set of columns and for a fragment in the index (datetime).
However, I missed the interactive plot tool or gui, which would allow me:
- click in the list of columns to be built.
- there is a slider for scrolling time
- there is a slider for setting the length of the displayed interval
- have mouse related information with values
- for comparing timeseries with different scaling: either the multiple Y axis in the same plot, or subtitles (connected in the time domain)
Does anyone know a tool that has this functionality? Ideally, this would be integrated into ipython notepad, but a separate tool (using dataframe as input).
Thank!
source
share