changeset 178:30d820087ae8

note TODO
author Jeff Hammel <k0scist@gmail.com>
date Thu, 10 Mar 2016 13:08:12 -0800
parents c2c86c37eadd
children f63194f81f7d
files numerics/plot.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/numerics/plot.py	Thu Mar 10 13:05:24 2016 -0800
+++ b/numerics/plot.py	Thu Mar 10 13:08:12 2016 -0800
@@ -127,6 +127,8 @@
     # read data
     all_data = [read(f) for f in options.input]
 
+    # TODO: filter out on columns
+
     # color map
     # http://stackoverflow.com/questions/12236566/setting-different-color-for-each-series-in-scatter-plot-on-matplotlib
     n_col = sum([(len(data)-1) or 1 for data in all_data])