From 3fcd351d2f07379c3f04fc99f5ca89e145ff0f34 Mon Sep 17 00:00:00 2001 From: Nicola De Lillo <nicola.delillo@ligo.org> Date: Sun, 8 Mar 2020 22:15:53 -0500 Subject: [PATCH] Update bilby-output.txt --- docs/bilby-output.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/bilby-output.txt b/docs/bilby-output.txt index 4cfa59a90..76313d375 100644 --- a/docs/bilby-output.txt +++ b/docs/bilby-output.txt @@ -95,3 +95,11 @@ done via:: result.save_posterior_samples() which will generate a file :code:`outdir/label_posterior.txt`. + + +Visualising the results +-------------------- +Bilby also provides some useful built-in plotting tools. Some examples on how +to visualise results using these tools (and how to extend them) are shown in +one of the tutorials at `visualising_the_results.ipynb <https://en.wikipedia.org/wiki/JSON>`_. + -- GitLab