Skip to content

nickrehm/PlotDeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlotDeck

  • Import a .csv file with rows of time-series data. The first row must contain variable names for each row. Separate/group variables with '.' and this tool will automatically group items for easier navigation through variables.

  • Optionally define derived data columns in userDerivedFields.json prior to importing a .csv.

  • Select an x-axis variable for all plots. Then select y-axis variables to throw up on each sub plot.

  • Save plot sets and load them again later.

  • WASD navigation for pan/zoom of all plots. X-axis across all subplots remains synced.

  • Export current plot view as .png image.

To run: python PlotDeck.py

Requirements:

  • pandas
  • numpy
  • PyQt5
  • pyqtgraph

About

Python GUI for quickly generating, exploring, and interacting with stacked plots of .csv time series data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages