Hi, We are starting to require plotting large data sets. 600K samples is one second, and we have 20 sec runs
This takes approx 5 min to draw the plots on screen. Then if you want to zoom, ... well go get a cup of coffee, ... not very productive. 1) Is MatPlotLib the right tool for large data sets, .. should I be looking at something else? 2) Given nothing else better, I'm looking for suggestions how to handle this size data. My initial thoughts, ... display a low res graph, then have some movable markers in the low res graph and the main graph would only show the contents between those markers. ( ala some sound editing programs ) This would mean I need to filter/decimate the data for the low res graph, .. and a quick search on the web didn't seem to turn up any python way of doing this, .. anyone know of any existing python tool set to do this, before I re-invent the wheel? Thanks for any input Steve ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users