Git commit 5176d4194394c9a3af3e0a9264b8b4e4632c0439 by Alexander Semke. Committed on 06/04/2015 at 19:10. Pushed by asemke into branch 'master'.
"Import Dialog" in the documentation. M +- -- doc/import-dialog.png M +10 -10 doc/index.docbook http://commits.kde.org/labplot/5176d4194394c9a3af3e0a9264b8b4e4632c0439 diff --git a/doc/import-dialog.png b/doc/import-dialog.png index 790ea95..d184fa4 100644 Binary files a/doc/import-dialog.png and b/doc/import-dialog.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 38be421..0e85ad8 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -310,6 +310,16 @@ The additional options determining the import of the data are equivalent to thos <sect1 id="importdialog"> <title>Import Dialog</title> +<para> +In the import dialog you can import data into one of the available spreadsheets in &LabPlot;. +</para> +<para> +The name of the file containing the data to import has to be provided. The <guibutton>File Info</guibutton> button opens a dialog where some information about the selected file is shown. The type of the data can be specified - currently, only ASCII files containing several data sets (vectors) stored as columns are supported. +The filter - automatic or custom - determines how the file has to be parsed. Selecting the filter "custom", several parameters like separating character etc. can be provided manually in this case. +</para> +<para> +The start and end row to read can be customized using the <guilabel>Data portion to read</guilabel> tab. To read all data specify <userinput>-1</userinput> as an end row or column. +</para> <screenshot> <screeninfo>Importing data into &LabPlot;</screeninfo> <mediaobject> @@ -321,16 +331,6 @@ The additional options determining the import of the data are equivalent to thos </textobject> </mediaobject> </screenshot> -<para> -With the import dialog you can import data into &LabPlot;. -</para> -<para> - In the line edit you can specify a data file to read. The <guibutton>File Info</guibutton> button shows you some information about the selected -files. You can also specify the type of the data, the filter, the separating character (for instance ",") and the comment line character. -</para> -<para> - The start and end row to read can be customized using the <guilabel>Data portion to read</guilabel> tab. To read all data specify <userinput>-1</userinput> as an end row or column. -</para> </sect1>
