Skip to content

Commit aae423f

Browse files
authored
Merge pull request #4218 from RyanDoesMath/doc-typo_fix
Fixed a typo in figure-factory-subplots.md
2 parents b9846f5 + 886d57a commit aae423f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/figure-factory-subplots.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Y, X = np.meshgrid(x, y)
6161
u = -1 - X**2 + Y
6262
v = 1 + X - Y**2
6363

64-
fig2 = ff.create_streamline(x, y, u, v, arrow_scale=.1, name='Steamline')
64+
fig2 = ff.create_streamline(x, y, u, v, arrow_scale=.1, name='Streamline')
6565
```
6666

6767
Edit the figures' x and y axes attributes to create subplots:

0 commit comments

Comments
 (0)