Page 1 of 1

X-axis flexibility-multiple cuves with diff x-values

Posted: Sun Aug 07, 2005 4:54 pm
by sbnbyn
Is it possible to plot multiple curves which have different x-values ?
Or, is there a skip capability for each curve for certain values of x ? :?:

Posted: Sun Aug 07, 2005 6:45 pm
by DPlotAdmin
Is it possible to plot multiple curves which have different x-values ?
Yes, definitely. This question comes up fairly frequently, and always puzzles me since the default for almost all input methods is unique X values. How are you creating your plot?
Or, is there a skip capability for each curve for certain values of x ?
Nope, nothing like that is possible currently.

x-axis flexibility:Multi curve, different x-value, csv file

Posted: Mon Aug 08, 2005 2:54 pm
by sbnbyn
I want to plot several curves with different x-values using data from external files like csv. How could I make it ?

Posted: Mon Aug 08, 2005 7:03 pm
by DPlotAdmin
When you open the file check the "Pick columns to plot" box on the Open dialog. On the next screen check the "Alternating X,Y columns" box. If that box is greyed it's because there are an odd number of columns (or, more specifically, an odd number of columns that can be translated to numbers).

Multilple curve csv w/different x-val

Posted: Tue Aug 09, 2005 1:39 pm
by sbnbyn
Thanks. It works with csv file having different x-values.
Apprecite for fast help.