Mir ist aufgefallen, sobald ich Öffne in Overleaf
\pgfplotstableread{ 1 6 1 4 3 3 }\Mydatatable mehr verwenden kann. Möglicherweise eine logische Fehlermeldung, aber wie kann ich das beheben? Wäre schon gut, wenn ich Tabellen dieses Typs verwenden könnte. Öffne in Overleaf
%\documentclass[]{article} \documentclass[border=3pt, varwidth]{standalone} \usepackage{pgfplots} \pgfplotsset{width=7cm,compat=1.13} \begin{document} \pgfplotstableread{ 1 6 1 4 3 3 }\Mydatatable \begin{tikzpicture} \begin{axis}[enlargelimits=0.2, font=\tiny] Geht --------------------------------- \addplot[mark=*, only marks, nodes near coords={abc}, visualization depends on={\thisrowno{0} \as \aaa}, visualization depends on={\thisrowno{1} \as \bbb}, ] table[header=false]{% 1 5 1 3 3 2 }; % Geht nicht! --------------------------------- %\addplot[ %mark=*, only marks, %nodes near coords={123}, %visualization depends on={\thisrowno{0} \as \aaa}, %visualization depends on={\thisrowno{1} \as \bbb}, %] %table[header=false]{\Mydatatable}; \end{axis} \end{tikzpicture} \end{document} gefragt 20 Jan '18, 20:21 cis |
Probier mal beantwortet 20 Jan '18, 22:25 esdd Mmmh, in dem Beispiel oben tut es dann. In meinem eigentlich Programm leider nicht, könnte daran liegen, dass ich es dort nicht nur stumpf definiere (wie hier), sondern auch verwende.
(20 Jan '18, 23:15)
cis
Ich habe mal den Haken rausgenommen, auch wenn das Vorgeschlagene im Beispiel hier funktioniert, da die allgemeine Lösung laut @cfeuersaenger ein offenes Problem zu sein scheint.
(03 Feb '18, 10:46)
cis
|
Die eigentliche Anfrage ist ein offenes Problem in beantwortet 03 Feb '18, 10:23 cfeuersaenger |