Added discard if lt to common.tex

This commit is contained in:
Andreas Tsouchlos 2023-04-17 20:39:20 +02:00
parent c1b1519c72
commit 2cb5a0a80a

View File

@ -65,6 +65,15 @@
\def\pgfmathresult{inf}
\fi
}
},
discard if lt/.style 2 args={
x filter/.append code={
\edef\tempa{\thisrow{#1}}
\edef\tempb{#2}
\ifdim\tempa pt < \tempb pt
\def\pgfmathresult{inf}
\fi
}
}
}