From 33ec42e51672d194c814ff1d970c66c31e21a821 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Fri, 22 Jun 2018 16:57:08 +0100 Subject: [PATCH] singleGraph function: extended example settings --- etc/caseDicts/postProcessing/graphs/singleGraph | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/caseDicts/postProcessing/graphs/singleGraph b/etc/caseDicts/postProcessing/graphs/singleGraph index 8b8b416cc8..487eef4c05 100644 --- a/etc/caseDicts/postProcessing/graphs/singleGraph +++ b/etc/caseDicts/postProcessing/graphs/singleGraph @@ -19,7 +19,13 @@ fields (U p); #includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg" // Override settings here, e.g. -// setConfig { type lineCell; } +/* +setConfig +{ + type lineCell; + axis x; // y, z, xyz +} +*/ // Must be last entry #includeEtc "caseDicts/postProcessing/graphs/graph.cfg"