From ed5f964cc30afa32fec0a12ac8d8e17659c4cd6c Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Fri, 19 Apr 2024 15:02:57 +0200 Subject: [PATCH] expand docs a bit --- docs/source/viz.ipynb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/viz.ipynb b/docs/source/viz.ipynb index d7eff280..6d66f9a5 100644 --- a/docs/source/viz.ipynb +++ b/docs/source/viz.ipynb @@ -285,6 +285,12 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "You can choose many types of interaction fluxes by passing the `kind` argument. Currently supported options are:\n", + "- \"flux\": the raw flux\n", + "- \"mass\": the mass flux\n", + "- \"C\": the carbon flux\n", + "- \"N\": the nitrogen flux\n", + "\n", "This will give you a larger overview that looks like this:" ] },