LabPlot/ImportExport/Export: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 17: Line 17:
* XPM
* XPM


There are multiple options available for the supported format. When exporting the data to an ASCII file, the user can specify the column separator (point, comma, tab, etc.) and the decimal point separator for numerical data (point or comma) as well as whether the header needs to be exported or not:
There are multiple options available for the supported formats. When exporting the data to an ASCII file, the user can specify the column separator (point, comma, tab, etc.) and the decimal point separator for numerical data (point or comma) as well as whether the header needs to be exported or not:
[[File:LabPlot Export spreadsheet ascii.png |500px|thumb|center]]
[[File:LabPlot Export spreadsheet ascii.png |500px|thumb|center]]
When exporting a spreadsheet to LaTeX, a complete LaTeX file with a table environment is created and can be directly compiled. The apperance of the table can be controlled by several options:
[[File:LabPlot Export spreadsheet latex.png |500px|thumb|center]]

Revision as of 16:47, 8 May 2022

It's possible to export the data in Spreadsheet, Matrix and the results of the visualization in Worksheet to multiple data formats. The export is triggered via the corresponding action in the main toolbar, in the main menu or via object's context menu.

Supported formats for Spreadsheet and Matrix:

  • ASCII
  • LaTeX
  • FITS
  • SQLite

Supported formats for Worksheet:

  • PDF
  • SVG
  • PNG
  • JPEG
  • BMP
  • PPM
  • XBM
  • XPM

There are multiple options available for the supported formats. When exporting the data to an ASCII file, the user can specify the column separator (point, comma, tab, etc.) and the decimal point separator for numerical data (point or comma) as well as whether the header needs to be exported or not:

When exporting a spreadsheet to LaTeX, a complete LaTeX file with a table environment is created and can be directly compiled. The apperance of the table can be controlled by several options: