We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9846f5 + 886d57a commit aae423fCopy full SHA for aae423f
doc/python/figure-factory-subplots.md
@@ -61,7 +61,7 @@ Y, X = np.meshgrid(x, y)
61
u = -1 - X**2 + Y
62
v = 1 + X - Y**2
63
64
-fig2 = ff.create_streamline(x, y, u, v, arrow_scale=.1, name='Steamline')
+fig2 = ff.create_streamline(x, y, u, v, arrow_scale=.1, name='Streamline')
65
```
66
67
Edit the figures' x and y axes attributes to create subplots:
0 commit comments