diff --git a/chart/performance.tex b/chart/performance.tex index e3807ca..f2e78aa 100644 --- a/chart/performance.tex +++ b/chart/performance.tex @@ -57,11 +57,11 @@ area legend, nodes near coords={}, ] coordinates { - (0, 1) - (1, 1) - (2, 3) - (3, 5) - (4, 10) + (0, 1.3) + (1, 1.2) + (2, 3.2) + (3, 4.4) + (4, 9.1) }; \addplot[ black, @@ -69,11 +69,11 @@ area legend, nodes near coords=\pgfmathsetmacro{\input}{{\entries}[\coordindex]}\input, ] coordinates { - (0, 16) - (1, 14) - (2, 20) - (3, 18) - (4, 24) + (0, 22) + (1, 22) + (2, 29) + (3, 27) + (4, 34) }; \end{axis} \pgfresetboundingbox\path diff --git a/performance.png b/performance.png index adfb97b..e54e787 100644 Binary files a/performance.png and b/performance.png differ