From 168e4c8a324cd857fba601ca0410e65d9d1bc612 Mon Sep 17 00:00:00 2001 From: Michael Baudin <31351465+mbaudin47@users.noreply.github.com> Date: Mon, 6 May 2024 15:12:39 +0200 Subject: [PATCH] Update plot_graphs_contour.py --- python/doc/examples/graphs/plot_graphs_contour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/doc/examples/graphs/plot_graphs_contour.py b/python/doc/examples/graphs/plot_graphs_contour.py index 5f9fc05071..719de23702 100644 --- a/python/doc/examples/graphs/plot_graphs_contour.py +++ b/python/doc/examples/graphs/plot_graphs_contour.py @@ -33,7 +33,7 @@ # We build the graph by calling the `draw` method and display it # %% -graph = f.draw([YMin, YMin], [XMax, YMax], [NX, NY]) +graph = f.draw([XMin, YMin], [XMax, YMax], [NX, NY]) view = viewer.View(graph) # %%