DPLOT doesn't plot data in .csv files with lots of columns
Posted: Fri Sep 18, 2009 11:40 am
The docs for DPLOT indicate that it will plot data from .csv files with as many as 30 columns, and that this number can be increased by the user. However, I've been trying to plot data from a .csv file with 32 cols, without success. I increased the max cols to 50 without any change in behavior. If I reduce the number of cols to a small number (3 to 5 always seem to work), I don't have any problem. I haven't tried all combinations between 5 and 32. If some columns contain alphanumeric data (not merely numbers), does this confuse DPLOT, even when such columns are not to be plotted?
What happens when the number of columns is large is that either no data or, perhaps, a single data point of (0,0) is read.
Separately, originally the .csv file had a column for DATE and a column for TIME, each comma-delimited. DPLOT reads this as a single column of DATE TIME. Perhaps this is intentional.
What happens when the number of columns is large is that either no data or, perhaps, a single data point of (0,0) is read.
Separately, originally the .csv file had a column for DATE and a column for TIME, each comma-delimited. DPLOT reads this as a single column of DATE TIME. Perhaps this is intentional.