From 0a8e27f5fcb30ab86c4583cd394627d1ec040bd4 Mon Sep 17 00:00:00 2001 From: Maciek Swat Date: Wed, 3 Jul 2019 21:17:20 +0200 Subject: [PATCH] formatting --- docs/adding_plots_to_the_simulation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adding_plots_to_the_simulation.rst b/docs/adding_plots_to_the_simulation.rst index ead7947..804be09 100644 --- a/docs/adding_plots_to_the_simulation.rst +++ b/docs/adding_plots_to_the_simulation.rst @@ -208,7 +208,7 @@ image. We construct file_name in such a way that it contains MCS in it. The image file will be written in the simulation outpt directory. Finally, for any plot we can output plotted data in the form of a text -file. All we need to do is to call ``savePlotAsData`` from the plot windows +file. All we need to do is to call ``save_plot_as_data`` from the plot windows object: .. code-block:: python