Search found 2 matches

by apreden
Wed May 09, 2012 9:49 am
Forum: Suggestions/Questions
Topic: Plot of text values
Replies: 3
Views: 13242

Thanks for your answer. Any possibility to see this function implemented? Basically what would be needed is that DPlot does automatically what you said, i.e. to substitute integer numbers to the text values (1 fo the first text value found, 2 for the second, and so on), then make a standard plot and ...
by apreden
Wed May 02, 2012 3:42 am
Forum: Suggestions/Questions
Topic: Plot of text values
Replies: 3
Views: 13242

Plot of text values

It is possible to plot a curve that is composed not by numerical values, but by text values? Example, I have a CSV file like this:

Date Color
----------------------------------
01/05/2012 00:01:00 GREEN
01/05/2012 00:02:00 GREEN
01/05/2012 00:03:00 GREEN
01/05/2012 00:04:00 YELLOW
01/05/2012 00:05 ...