From ed041bdeba21c090c43475212cfbda7a6ebf68b4 Mon Sep 17 00:00:00 2001 From: Yi-Ting <65509063+chewyiting@users.noreply.github.com> Date: Tue, 23 Jun 2020 21:27:34 +0100 Subject: [PATCH] Update plotting.rst Running original line 25 gave me 2 error messages in that 1)/Users/chewyiting/.pyenv/versions/3.8.3/bin/python: can't open file 'plot_bcs.py': [Errno 2] No such file or directory 2)error: the following arguments are required: filename and the updated line25 was successful in creating the plot --- docs/source/plotting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/plotting.rst b/docs/source/plotting.rst index 2c99630..8d85fbc 100644 --- a/docs/source/plotting.rst +++ b/docs/source/plotting.rst @@ -22,6 +22,6 @@ Here, processes ``A``, ``B``, and ``C`` represent populations of distinct chemic which creates a file abcsim.simulation.bcs. We can plot the value of ``i`` in ``C`` over time: :: - python plot_bcs.py -a gain -p C -i count -o myplot.png + python utils/plot_bcs.py -a gain -p C -i count -o myplot.png ./abcsim.simulation.bcs The resulting plot file ``myplot.png`` will have five traces, one for each of the five simulations run, showing the value over time of parameter ``count`` for process ``C``.