From 111502d8d6b060c9a2be13dcd11310195f02d3ec Mon Sep 17 00:00:00 2001 From: Ammar Nejati <a.nejati@fz-juelich.de> Date: Thu, 19 May 2022 11:38:59 +0200 Subject: [PATCH] Doc:Python scripting>Plot and export>Matplotlib configuration: Improve the section on `Environment variables` --- hugo/content/py/result/matplotlib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/py/result/matplotlib.md b/hugo/content/py/result/matplotlib.md index 96432418b51..e9f0366c0f5 100644 --- a/hugo/content/py/result/matplotlib.md +++ b/hugo/content/py/result/matplotlib.md @@ -58,7 +58,7 @@ The following environment variables can be used to control BornAgain's plot beha * `NOSHOW`, to prevent plot routines from opening a plot window; for use in tests and other batch processing; * `CMAP`, the default heat map, see below; -* `USETEX`, to use the original LaTeX text processor, see below. +* `USETEX`, to use the original LaTeX text processor (`USETEX=ON`), see below. ## Heat map -- GitLab