0
votes
0answers
36 views

Trouble with each nth point {integer}

I am trying to plot a big size vectors using pgfplots but I always I get the following: Package pgfkeys Error: I do not know the key '/tikz/each nth point' and I am going to ignore it.... Is ...
4
votes
2answers
128 views

new command, pfgkeys within pfgplots axis environment

I am trying to setup an command to create technical drawing dimensions (inspiration from Dimensioning of a technical drawing in TikZ). I would like to use pgfkeys for that, in order to pass multiple ...
3
votes
1answer
82 views

What does error bars/.cd do?

In pgfplots, if you want error bars, you have to write error bars/.cd into each addplot that should have error bars. What does it mean and what does it do and why do I need it?
0
votes
0answers
99 views

pgf add axis leads to following error message: ! Undefined control sequence -> what to do [closed]

I would like to add a coordinate plot with pgf plot to my document. Used it before in a latex beamer presentation and it worked. For my usual document it gives me the following error message: ...
8
votes
2answers
410 views

pgfplotstable: How to access column name?

I have used \pgfplotstableset to assign column names in the preamble. However, I don't know how to access them. \documentclass{article} \usepackage{amsmath} \usepackage{pgfplots, pgfplotstable, ...
0
votes
0answers
89 views

Mathematical Expression of PGFkey [closed]

\documentclass{article} \usepackage{tikz} \usepackage{pgfplots} \begin{document} \begin{tikzpicture} \begin{axis}[ymax=2, ymin=0] ...
4
votes
1answer
593 views

Package pgfkeys Error: I do not know the key '/tikz/ '

I have an error when I want to compile the LaTeX code below when I set \var to 1. Otherwise I have no problem. The error I got is: Package pgfkeys Error: I do not know the key '/tikz/ ' Could you ...
4
votes
1answer
377 views

Style to make axis tick label opaque using “extra y tick” feature

This is a follow up to Style to make axis tick label opaque, where a suggestion was made to use the extra y ticks to specify special tick marks and use extra y tick style to apply a style to only ...
7
votes
1answer
548 views

Style to make axis tick label opaque

I would like to make a specific tick label have a white opaque fill around it, so that the a line does not cross over it. Ideally I would like to be able to specify exactly which tick, but do not ...