Import CSV problem
Posted: Fri Mar 02, 2007 2:45 am
Hi,
I have a CSV file with multiple columns that I want to plot as a 3D graph. If I open it from the menu, selecting the K option, and I remember to tick the "Pick Columns to Plot" box, I get to select what to plot.
However, if I run from the command line D:program Files\DPlot\Dplot.exe /x2y3z11 /f11 myfile.csv it skips the import box and draw immediately. However, there are cases where I don't yet know the z column to choose, so I'd like an option to allow the "Specify Columns to Plot" dialog to appear. Ideally if I used just /x2y3 with no Z I'd get that dialog box with the X and Y columns already selected. Currently omitting the Z gives a file not found error.
I have a CSV file with multiple columns that I want to plot as a 3D graph. If I open it from the menu, selecting the K option, and I remember to tick the "Pick Columns to Plot" box, I get to select what to plot.
However, if I run from the command line D:program Files\DPlot\Dplot.exe /x2y3z11 /f11 myfile.csv it skips the import box and draw immediately. However, there are cases where I don't yet know the z column to choose, so I'd like an option to allow the "Specify Columns to Plot" dialog to appear. Ideally if I used just /x2y3 with no Z I'd get that dialog box with the X and Y columns already selected. Currently omitting the Z gives a file not found error.