Skip to main content

Questions tagged [pgfplotstable]

{pgfplotstable} is a package that can read, parse, modify or generate tables. Data is provided via either external files or inline code. It also serves as the data handler of the graphics package {pgfplots}.

3 votes
1 answer
65 views

For collecting of some measured data I use the following MWE: \documentclass[12pt]{article} \usepackage[margin=20mm]{geometry} \usepackage{booktabs, makecell, longtable} \usepackage{siunitx}[=v2] % ...
Zarko's user avatar
  • 317k
2 votes
2 answers
84 views

I would like to create a graphic that does what this file is doing,but without going through each individual line \documentclass{standalone} \usepackage{pgfplots} \pgfplotsset{compat=1.18} \begin{...
username's user avatar
  • 143
0 votes
0 answers
75 views

I am trying to create a surf plot with an additional point cloud on top. The data for both is saved in two different tables, which are then read and plottet into the same axis environment. Currently I ...
Peter1509's user avatar
3 votes
0 answers
72 views

When I was doing a school project, I wanted to add a map to the document using pst-geo, but when I compiled, I only got errors. So I had the idea of recreating the pst-geo package using Tikz. But I ...
Lorenzo Honório's user avatar
3 votes
2 answers
65 views

I'm trying to display a table from a .csv in LaTeX with the pgfplotstable package. For some reason it tries to interpret a datum as number. In my code I have: \documentclass[a4paper,12pt]{article} \...
Sören's user avatar
  • 41
1 vote
1 answer
59 views

I am making use of the wisdom of contributions from here. However, I need to have a table over multiple pages due to amount of rows/data. How might one go about adding longtable to the following ...
Timmy's user avatar
  • 107
0 votes
0 answers
81 views

Updated Code: I've tried very hard to follow the example of Read table from file with mixed strings and numbers , but I struggle a lot with getting my desired output. I basically have a mixture of ...
mariestr's user avatar
2 votes
1 answer
103 views

What is the best way to load external data into a tikzpicture? I have a list of comma-separated pairs of values, i.e. coordinates, e.g. (1,1),(1,2),... to use to style cells in a grid. In the image ...
PatrickT's user avatar
  • 3,503
1 vote
1 answer
107 views

In Latex, I am using pgfplotstable and longtable to tabulate values from a csv file containing comma-separated values. As seen below, each row contains 8 values separated by commas in the csv file, ...
mariestr's user avatar
0 votes
0 answers
49 views

This is in relation to my previous question here:How to colour barplot according to groups in table to which, it was suggested that I refer to another question here: Colors and legend in groupplots/...
JustARando's user avatar
3 votes
1 answer
93 views

I am trying to make a barplot, but fill according to the Type of the sample. Here is my MWE: Currently, this displays all the bars with red. I want the Animal samples in red and the Plant samples in ...
JustARando's user avatar
1 vote
1 answer
85 views

\documentclass[10pt]{article} \usepackage{fourier} \usepackage[margin=0cm, paperwidth=8.6cm, paperheight=4.5cm]{geometry} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[french]{babel}...
Ousseynou Diagne's user avatar
3 votes
2 answers
118 views

I want a symbol written above each coordinate, which is taken from a table with a "label" column. At first I wanted to just use \node[above] at (axis cs:\x, \y){\Label} but this causes a not ...
sergiokapone's user avatar
  • 5,972
1 vote
1 answer
111 views

I am creating a scatter plot. However, I need to add the related citation on each point in the plot. I did that before but manually added every point and citation (Fig1). Now, I am creating three ...
Bakr Hesham's user avatar
1 vote
0 answers
113 views

I feel like I'm missing something obvious here. I have a CSV file with several columns, each of which has several rows. Each row is a numerical value from 1 to 5. I want to plot a horizontal bar graph ...
modallyFragile's user avatar

15 30 50 per page
1
2 3 4 5
79