Hello!

I’m trying to reproduce the example in https://wiki.contextgarden.net/Pgfplot and I’m getting this error:


tex error       > tex error on line 926 in file pgfcorepoints.code.tex: Missing control sequence inserted

<inserted text>

    \inaccessible
<to be read again>

    "
<macro> \pgfsetzvec
    \catcode `\==12 \catcode `\,=12 \catcode `\|=12 \catcode `\&=12 \let "
    \pgfmath@char@quote
<macro> \pgfsetzvec
    \begingroup \pgfmath@catcodes
    \pgfmath@quickparsefalse \ifpgfmathfloat \let \pgfmath@parse@next =\pgfmathfloatparsenumber \else \let \pgfmath@parse@next =\pgfmathparse@ \fi \pgfmath@parse@next
<argument>
    \pgfmathparse
    {1cm}\ifpgfmathmathunitsdeclared \pgf@x \pgfmathresult mu\relax \else \pgf@x \pgfmathresult pt\relax \fi
<macro> \pgfmath@next
    #1#2->#2
 ...

<line 7.926>
    \pgfsetxvec{\pgfpoint{1cm}{0cm}}

<empty file>
Please don't say '\def cs{...}', say '\def\cs{...}'. I've inserted an
inaccessible control sequence so that your definition will be completed without
mixing me up too badly.
mtx-context     | fatal error: return code: 1


I’m on macOS 13.4.1 and this is the version of context I’m running:

> context --version         
mtx-context     | ConTeXt Process Management 1.04
mtx-context     |
mtx-context     | main context file: /usr/local/texlive/2023/texmf-dist/tex/context/base/mkiv/context.mkiv
mtx-context     | current version: 2023.03.10 12:15
mtx-context     | main context file: /usr/local/texlive/2023/texmf-dist/tex/context/base/mkxl/context.mkxl
mtx-context     | current version: 2023.03.10 12:15

If you have some hint to solve this, please let me know.

Thank you in advance!