Ich wollte einmal die Bugs 193 und 109 zur Diskussion stellen. Wenn man eine Inlinetable mit Hat jemand eine Idee, wie man das beheben könnte? Öffne in Overleaf
\documentclass[margin=5mm, tikz]{standalone} %\documentclass[10pt,a4paper]{report} \usepackage{pgfplots} \pgfplotsset{compat=1.13} \usepackage{pgfplotstable} \begin{document} \pgfplotstableread[col sep=space]{ x y w1 w2 1 1 2 A 2 2 1 B 3 3 4 C 4 4 3 D }\data \pgfplotstablesave{\data}{pgfplotstempout.dat} \begin{tikzpicture} \begin{axis}[title=Geht:] \addplot[ scatter, only marks, scatter src=explicit, visualization depends on=value \thisrow{w2}\as\wtwo, nodes near coords=\wtwo, ] table[x=x,y=y,meta=w1]{pgfplotstempout.dat}; \end{axis} \end{tikzpicture} % Bugs % https://sourceforge.net/p/pgfplots/bugs/193/ % und % https://sourceforge.net/p/pgfplots/bugs/109/ \begin{tikzpicture} %\begin{axis}[title=Geht nicht] %\addplot[ % scatter, % only marks, % scatter src=explicit, % visualization depends on=value \thisrow{w2}\as\wtwo, % nodes near coords=\wtwo, %] %table[x=x,y=y,meta=w1]{\data}; %error %\end{axis} \end{tikzpicture} \end{document} gefragt 08 Okt '18, 09:49 cis |
Ich habe eine reine Verständnisfrage: Wieso glaubst du, die Leute hier kennen eine vollständige Lösung für ein Problem, das seit Anfang 2016 bekannt ist und noch nicht vollständig von den (extrem talentierten) Leuten, die das Paket geschrieben haben, gelöst wurde?
Die gangbare Lösung, wie das zu beheben ist, kennst du doch, das Schreiben in eine temporäre Datei.
Geht wahrscheinlich zu tief ins Paket rein.