LabPlot/ImportExport/Export: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 1: Line 1:
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  
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 [[Special:myLanguage/LabPlot/DataContainers/Spreadsheet|Spreadsheet]] and [[Special:myLanguage/LabPlot/DataContainers/Matrix|Matrix]]:
Supported formats for [[Special:myLanguage/LabPlot/DataContainers/Spreadsheet|Spreadsheet]] and [[Special:myLanguage/LabPlot/DataContainers/Matrix|Matrix]]:
Line 16: Line 16:
* XBM
* XBM
* 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.

Revision as of 08:58, 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 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.