Dear David, please could you help me with the following problem.
I am trying to drug and drop one line data file into DPlot, but DPlot did not accept it. If I add another data line into the data file, it works ok. However, if just notation line is added as the first line in the data file, the problem persists.
The Example files contain the following lines:
Doesn't accept
1, 34, 23, 456, 55
Accepts as expected
1, 34, 23, 456, 55
2, 34, 23, 456, 55
Doesn't accept
X, Y, A, D, F, G
1, 34, 23, 456, 55
Best regards, Gorazd
One line data file
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
I'll look into this. Off the top of my head my guess is it doesn't accept your first file because it is looking for a pattern of data columns, which you can't get with only one line.
Interestingly. Copy/Paste DOES work with your one line.
Interestingly. Copy/Paste DOES work with your one line.
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Yes, I get that. As mentioned it is because with a file DPlot is looking for a pattern of data columns (as opposed to header lines). This may be fixable without breaking something else - I'll look into it.
Visualize Your Data
support@dplot.com
support@dplot.com