Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f762e4

Browse files
Add simple explanation for plt.show() in getting started guide
1 parent f8476ff commit 7f762e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

doc/users/getting_started/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Here is a minimal example of a plot:
2424
fig, ax = plt.subplots()
2525
ax.plot(x, y)
2626
plt.show()
27+
28+
This will open a window displaying the plotted graph.
2729

2830
If a plot does not show up please check :ref:`troubleshooting-faq`.
2931

0 commit comments

Comments
 (0)