From 2af60e2d59c508c182a10ebc0de31b035b73cae8 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 11 Aug 2018 11:59:04 +0200 Subject: Not using random distribution in demonstration plot Different implementations of AWK may use different random number generators, so even setting the seed will not ensure a reproducible result. Because of this, the random plot may be different when the pipeline runs on different systems and this can confuse early users (its contrary to the exact reproducibility that is the whole purpose of this pipeline). The plot is just a simple X^2 plot, showing the squared value of the X axis on the Y axis. It is very simple, but atleast it will be identical on all systems. Also, there may be too many complicated things in the pipeline already for an early user, and its just a demonstration, so the easier/simpler, the better. --- tex/delete-me.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex') diff --git a/tex/delete-me.tex b/tex/delete-me.tex index 495333a..32be11c 100644 --- a/tex/delete-me.tex +++ b/tex/delete-me.tex @@ -5,8 +5,8 @@ %% Settings of the plotted axis \begin{axis}[ width=\linewidth, - xlabel=Counter, - ylabel=Random value, + xlabel=$X$, + ylabel=$X^2$, ] %% A particular plot. -- cgit v1.2.1