LabPlot/Tutorials/Plotting/PlotTextData

From KDE UserBase Wiki
Revision as of 21:22, 23 March 2023 by Asemke (talk | contribs)

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 a tick on the axis for every single value and to the text data in the axis labels. For this, select the x-axis and navigate in the Properties Explorer to the tab "Ticks". Specify the spacing 1 for axis ticks and 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.

5. Apply additional formatting, rename the text labels and add the legend to get the final result as shown above.