Menu

#512 Interaction between unbounded coord, stack plot and nan in data

TeX Live 2019
closed-invalid
None
5
2019-12-01
2019-02-06
No

Here is an MWE

\documentclass{article}
\usepackage{tikz,pgfplots}

\begin{document}
    \begin{tikzpicture}
       \begin{axis}[unbounded coords=jump, stack plots=y]
          \addplot[fill=gray, draw=black] table[]{123.tsv}
          \closedcycle;
          \addplot[fill=none, draw=black] table[]{123.tsv}
          \closedcycle;
       \end{axis}
     \end{tikzpicture}
\end{document}

my data looks like this

1     nan
1.2   0.2
0.9   0.1

running the above produce the error: Undefined control sequence. [\closedcycle;]

See also: https://tex.stackexchange.com/questions/473608/interaction-between-nan-data-unbounded-coords-and-stack-plots

Ulrike Fischer suggested that some definitions went missing.

Discussion

  • Henri Menke

    Henri Menke - 2019-02-06

    I have opened a bug on pgfplots because it's not clear where it belongs.
    https://sourceforge.net/p/pgfplots/bugs/219/

     
  • Stefan Pinnow

    Stefan Pinnow - 2019-12-01
    • status: open --> closed-invalid
     
  • Stefan Pinnow

    Stefan Pinnow - 2019-12-01