LabPlot/Tutorials/Plotting/PlotTextData: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 5: Line 5:


1. Let's start with the data:
1. Let's start with the data:
 
[[File:LabPlot tutorial plot text data spreadsheet original.png |500px|thumb|center]]
Here we have one text columns containing the strings representing LabPlot's release versions as well as multiple numerical columns.
Here we have one text column containing the strings representing LabPlot's release versions as well as multiple numerical columns.


2. It is not possible to plot the text data directly in LabPlot. To achieve the desired result we need to add an index column. For this, we add a new column and fill it with row numbers:
2. It is not possible to plot the text data directly in LabPlot. To achieve the desired result we need to add an index column. For this, we add a new column and fill it with row numbers:
[[File:LabPlot tutorial plot text data spreadsheet generate index.png |500px|thumb|center]]
[[File:LabPlot tutorial plot text data spreadsheet generate index.png |500px|thumb|center]]


3. Now we can plot the numerical values against this index column:
Set the plot designation to X for the new column so it's properly recognized in the "Plot Data"-dialog.
[[File:LabPlot tutorial plot text data spreadsheet with index.png |500px|thumb|center]]
 
3. Now we can plot the numerical values against this index column as usual:


4. The data is properly plotted now and we only need to show the text data in the axis labels. For this, select the x-axis and navigate in the Properties Explorer to the tab "Ticks" and use "Custom Column" for the label type and specify the column "release" from the spreadsheet as the label column:
4. The data is properly plotted now and we only need to show the text data in the axis labels. For this, select the x-axis and navigate in the Properties Explorer to the tab "Ticks" and use "Custom Column" for the label type and specify the column "release" from the spreadsheet as the label column:
[[File:LabPlot tutorial plot text data axis dock text label column.png |500px|thumb|center]]


With this, LabPlot will use the string values from the spreadsheet column to label the axis ticks.
With this, LabPlot will use the string values from the spreadsheet column to label the axis ticks.

Revision as of 21:10, 23 March 2023

In this tutorial we're going to show how to plot text data and how to create visualizations like on the plot shown below with numerical data on the y-axis and text data on the x-axis:

This example and the data is taken from the example project "SLOC History" that can be found in the collection of example projects that are part of LabPlot's installation. More background for the data visualized in that example project can be found in the blog post.

1. Let's start with the data:

Here we have one text column containing the strings representing LabPlot's release versions as well as multiple numerical columns.

2. It is not possible to plot the text data directly in LabPlot. To achieve the desired result we need to add an index column. For this, we add a new column and fill it with row numbers:

Set the plot designation to X for the new column so it's properly recognized in the "Plot Data"-dialog.

3. Now we can plot the numerical values against this index column as usual:

4. The data is properly plotted now and we only need to show the text data in the axis labels. For this, select the x-axis and navigate in the Properties Explorer to the tab "Ticks" and use "Custom Column" for the label type and specify the column "release" from the spreadsheet as the label column:

With this, LabPlot will use the string values from the spreadsheet column to label the axis ticks.