Skip to content

Commit

Permalink
Update plot_graphs_contour.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed May 6, 2024
1 parent 8879794 commit 168e4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/doc/examples/graphs/plot_graphs_contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

# %%
Expand Down

0 comments on commit 168e4c8

Please sign in to comment.